Пример #1
0
    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();
    }
Пример #2
0
 //微信异步
 protected void Page_Load(object sender, EventArgs e)
 {
     ZLLog.L(ZLEnum.Log.pay, "进入微信支付页");
     wxnotify = new ZoomLa.BLL.WxPayAPI.Notify(this);
     ProcessNotify();
 }
Пример #3
0
 public string Process()
 {
     wxnotify = new ZoomLa.BLL.WxPayAPI.Notify();
     return(ProcessNotify());
 }