Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
Home
WxPayAPI
ResultNotify
C# Class WxPayAPI.ResultNotify
支付结果通知回调处理类 负责接收微信支付后台发送的支付结果并对订单有效性进行验证,将验证结果反馈给微信支付后台
Inheritance:
Notify
显示文件
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