C# Class WxPayAPI.NativeNotify

扫码支付模式一回调处理类 接收微信支付后台发送的扫码结果,调用统一下单接口并将下单结果返回给微信支付后台
Inheritance: Notify
Show file Open project: hiihellox10/ICanPay Class Usage Examples

Public Methods

Method Description
NativeNotify ( Page page ) : System
ProcessNotify ( ) : void

Private Methods

Method Description
UnifiedOrder ( string openId, string productId ) : WxPayData

Method Details

NativeNotify() public method

public NativeNotify ( Page page ) : System
page System.Web.UI.Page
return System

ProcessNotify() public method

public ProcessNotify ( ) : void
return void