protected void Page_Load(object sender, EventArgs e) { wxnotify = new ZoomLa.BLL.WxPayAPI.Notify(this); string result = ProcessNotify(); Response.Clear(); Response.Write(result); Response.Flush(); Response.End(); }
//微信异步 protected void Page_Load(object sender, EventArgs e) { ZLLog.L(ZLEnum.Log.pay, "进入微信支付页"); wxnotify = new ZoomLa.BLL.WxPayAPI.Notify(this); ProcessNotify(); }
public string Process() { wxnotify = new ZoomLa.BLL.WxPayAPI.Notify(); return(ProcessNotify()); }