POST public/v3/OrgSmsWeb/AddPartnerSmsPayOrder
创建合作伙伴充值订单
Request
URI Params
None.
Body Params
充值信息
PartnerSmsPayOrderWebModel字段名 | 字段说明 | 字段类型 | 附加信息 |
---|---|---|---|
PartnerID |
要充值合作伙伴 |
integer |
None. |
SmsCnt |
充值条数 |
integer |
None. |
Desc |
描述 |
string |
None. |
Request Formats
application/json, text/json
Sample:
{ "PartnerID": "1", "SmsCnt": 2, "Desc": "sample string 3" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Api Parameter Descriptions
参数描述 | 参数说明 | 参数源 |
---|---|---|
model |
充值信息 |
FromBody |
Response
APITResultOfOrgSmsPayOrderWebModel字段名 | 字段说明 | 字段类型 | 附加信息 |
---|---|---|---|
Data | OrgSmsPayOrderWebModel |
None. |
|
Ret |
返回结果(0-成功;>0-失败) ret=0 成功返回/ret=1 参数错误/ret=2 频率受限 /ret=3 Token无效 /ret=4 服务器内部错误 /ret=5 用户操作错误 / ret=6 停机维护 / ret=7 身份失效 |
integer |
None. |
ErrCode |
错误代码,因功能而异 |
integer |
None. |
Msg |
返回信息 |
string |
None. |
SeqId |
请求序列 |
integer |
None. |
InfoMsg |
API附加信息 |
string |
None. |
application/json, text/json
Sample:
{ "Data": { "OrgSmsPayOrderID": "1", "CloudID": "2", "PartnerID": "3", "PartnerName": "sample string 4", "Amount": 5, "SmsCnt": 6, "Date": "2025-05-18T12:32:02.214Z", "UID": "8", "PayAppID": "9", "PayAccountID": "10", "PayChannelID": "11", "Channel": 0, "UXPayID": "sample string 12", "PayST": 0, "PayDate": "2025-05-18T12:32:02.214Z", "Expire": "2025-05-18T12:32:02.214Z", "Subject": "sample string 15", "Body": "sample string 16" }, "Ret": 1, "ErrCode": 2, "Msg": "sample string 3", "SeqId": 4, "InfoMsg": "sample string 5" }