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

支付结果通知回调处理类 负责接收微信支付后台发送的支付结果并对订单有效性进行验证,将验证结果反馈给微信支付后台
Inheritance: Notify
Show file Open project: Chinaccn/surfboard

Public Methods

Method Description
ProcessNotify ( ) : void

Private Methods

Method Description
QueryOrder ( string transaction_id ) : bool

Method Details

ProcessNotify() public method

public ProcessNotify ( ) : void
return void