C# 클래스 WxPayAPI.NativeNotify

扫码支付模式一回调处理类 接收微信支付后台发送的扫码结果,调用统一下单接口并将下单结果返回给微信支付后台
상속: Notify
파일 보기 프로젝트 열기: hiihellox10/ICanPay 1 사용 예제들

공개 메소드들

메소드 설명
NativeNotify ( Page page ) : System
ProcessNotify ( ) : void

비공개 메소드들

메소드 설명
UnifiedOrder ( string openId, string productId ) : WxPayData

메소드 상세

NativeNotify() 공개 메소드

public NativeNotify ( Page page ) : System
page System.Web.UI.Page
리턴 System

ProcessNotify() 공개 메소드

public ProcessNotify ( ) : void
리턴 void