protected void Page_Load(object sender, EventArgs e)
 {
     WxPayApiBiz.ProcessResultNotify(this);
 }
 public ActionResult ResultNotify()
 {
     WxPayApiBiz.ProcessResultNotify(HttpContext);
     return(View());
 }