C# Class Cedar.Foundation.WeChat.WxPay.Business.NativeNotify

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

Public Methods

Method Description
ProcessNotify ( ) : void

Private Methods

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

Method Details

ProcessNotify() public method

public ProcessNotify ( ) : void
return void