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