C# Class WxPayAPI.ResultNotify

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

Public Methods

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

Private Methods

Method Description
QueryOrder ( string transaction_id ) : bool

Method Details

ProcessNotify() public method

public ProcessNotify ( ) : void
return void

ResultNotify() public method

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