Свойство | Type | Description |
---|
Méthode | Description | |
---|---|---|
AlipayCompany ( ) : System | ||
BatchTransfers ( List |
构造支付宝批量付款到支付宝账户有密接口
|
|
CheckOrder ( IPayHistory order, string &message ) : bool |
查询订单状态,返回是否成功
|
|
RefundOrder ( IPayHistory order, string &message ) : bool | ||
Submit ( IPayHistory order ) : void |
提交支付,转向需要按具体需求重写
|
Méthode | Description | |
---|---|---|
OnNotify ( |
获取通知,按具体需求重写
|
public BatchTransfers ( List |
||
payDetail | List |
|
batch_no | string | 保证其唯一性,格式:当天日期[8位]+序列号[3至16位],如:201101010000001 |
Résultat | void |
public CheckOrder ( IPayHistory order, string &message ) : bool | ||
order | IPayHistory | |
message | string | |
Résultat | bool |
protected OnNotify ( |
||
context | ||
Résultat | string |
public RefundOrder ( IPayHistory order, string &message ) : bool | ||
order | IPayHistory | |
message | string | |
Résultat | bool |