C# Class WxPayAPI.NativeNotify

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

Méthodes publiques

Méthode Description
NativeNotify ( Page page ) : System
ProcessNotify ( ) : void

Private Methods

Méthode Description
UnifiedOrder ( string openId, string productId ) : WxPayData

Method Details

NativeNotify() public méthode

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

ProcessNotify() public méthode

public ProcessNotify ( ) : void
Résultat void