C# Class WxPayAPI.Notify

回调处理基类 主要负责接收微信支付后台发送过来的数据,对数据进行签名验证 子类在此类基础上进行派生并重写自己的回调处理过程
Afficher le fichier Open project: hiihellox10/ICanPay

Méthodes publiques

Méthode Description
GetNotifyData ( ) : WxPayData

接收从微信支付后台发送过来的数据并验证签名

Notify ( Page page ) : System
ProcessNotify ( ) : void

Method Details

GetNotifyData() public méthode

接收从微信支付后台发送过来的数据并验证签名
public GetNotifyData ( ) : WxPayData
Résultat WxPayData

Notify() public méthode

public Notify ( Page page ) : System
page System.Web.UI.Page
Résultat System

ProcessNotify() public méthode

public ProcessNotify ( ) : void
Résultat void