扫码支付模式一回调处理类 接收微信支付后台发送的扫码结果,调用统一下单接口并将下单结果返回给微信支付后台
Inheritance: Notify
Esempio n. 1
0
 protected void Page_Load(object sender, EventArgs e)
 {
     NativeNotify nativeNatify = new NativeNotify(this);
     nativeNatify.ProcessNotify();
 }
Esempio n. 2
0
        protected void Page_Load(object sender, EventArgs e)
        {
            NativeNotify nativeNatify = new NativeNotify(this);

            nativeNatify.ProcessNotify();
        }