Property | Type | Description |
---|
Method | Description | |
---|---|---|
CheckOrder ( IPayHistory order, string &message ) : bool | ||
GetReturn ( System context ) : bool | ||
GetWapAuthReturn ( System context ) : bool | ||
RefundOrder ( IPayHistory order, string &message ) : bool | ||
Submit ( IPayHistory order ) : void | ||
WapAuthNotify ( System context ) : string | ||
WapAuthSubmit ( IPayHistory order, string id_no, string acct_name, string card_no, string no_agree, string risk_item ) : void |
WAP认证支付 首次需传入银行卡进行绑定 再次按绑定的银行卡进行支付
|
Method | Description | |
---|---|---|
OnNotify ( System context ) : string |
public CheckOrder ( IPayHistory order, string &message ) : bool | ||
order | IPayHistory | |
message | string | |
return | bool |
public GetWapAuthReturn ( System context ) : bool | ||
context | System | |
return | bool |
protected OnNotify ( System context ) : string | ||
context | System | |
return | string |
public RefundOrder ( IPayHistory order, string &message ) : bool | ||
order | IPayHistory | |
message | string | |
return | bool |
public WapAuthNotify ( System context ) : string | ||
context | System | |
return | string |
public WapAuthSubmit ( IPayHistory order, string id_no, string acct_name, string card_no, string no_agree, string risk_item ) : void | ||
order | IPayHistory | |
id_no | string | |
acct_name | string | |
card_no | string | |
no_agree | string | |
risk_item | string | |
return | void |