POST public/v3/OrgSmsPayOrder/Notify
支付中心支付成功后后置接口处理
Request
URI Params
None.
Body Params
NotifyApiModel字段名 | 字段说明 | 字段类型 | 附加信息 |
---|---|---|---|
UxPayID | integer |
None. |
|
PayAccountID | integer |
None. |
|
PayChannelID | integer |
None. |
|
PayChannelName | string |
None. |
|
AccountNo | string |
None. |
|
BillNo | string |
None. |
|
Extra | string |
None. |
|
Channel | enumChannel |
None. |
|
PayST | enumPayST |
None. |
|
PayDate | string |
None. |
|
ErrCode | string |
None. |
|
ErrMsg | string |
None. |
|
sign | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "UxPayID": "1", "PayAccountID": "2", "PayChannelID": "3", "PayChannelName": "sample string 4", "AccountNo": "sample string 5", "BillNo": "sample string 6", "Extra": "sample string 7", "Channel": 0, "PayST": 0, "PayDate": "sample string 8", "ErrCode": "sample string 9", "ErrMsg": "sample string 10", "sign": "sample string 11" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Api Parameter Descriptions
参数描述 | 参数说明 | 参数源 |
---|---|---|
model | FromBody |
Response
NotifyResultApiModel字段名 | 字段说明 | 字段类型 | 附加信息 |
---|---|---|---|
NotifyST | boolean |
None. |
|
ErrMsg | string |
None. |
application/json, text/json
Sample:
{ "NotifyST": true, "ErrMsg": "sample string 2" }