コード例 #1
0
 protected void Page_Load(object sender, EventArgs e)
 {
     WxPayApiBiz.ProcessResultNotify(this);
 }
コード例 #2
0
 public ActionResult ResultNotify()
 {
     WxPayApiBiz.ProcessResultNotify(HttpContext);
     return(View());
 }