POST http://sdk.ddyun.com/api/AddExtService
更新扩展服务时间
Request Information
URI Parameters
None.
Body Parameters
AddExtServiceParam| Name | Description | Type | Additional information |
|---|---|---|---|
| servicecode |
服务码 |
string |
None. |
| remark |
备注 |
string |
None. |
| effectiveminutes |
有效分钟数 |
integer |
None. |
| orderid |
订单号 |
integer |
None. |
| appkey |
商户Key |
string |
None. |
| timestamp |
时间戳 |
integer |
None. |
| noncestr |
随机字符,使签名不可预测 |
string |
None. |
| sign |
签名信息 |
string |
None. |
Request Formats
application/json, text/json
Sample:
{
"ServiceCode": "sample string 1",
"Remark": "sample string 2",
"EffectiveMinutes": 3,
"OrderId": 4,
"AppKey": "sample string 5",
"Timestamp": 6,
"NonceStr": "sample string 7",
"Sign": "sample string 8"
}
application/x-www-form-urlencoded
Sample:
ServiceCode=&Remark=&EffectiveMinutes=0&OrderId=0&AppKey=&Timestamp=0&NonceStr=&Sign=
multipart/form-data
Sample:
Sample not available.
Response Information
Resource Description
更新扩展服务时间
SDKBaseResultOfExtServiceInfo| Name | Description | Type | Additional information |
|---|---|---|---|
| data | ExtServiceInfo |
None. |
|
| code |
错误码 |
SDKResultCode |
None. |
| msg |
错误消息 |
string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Data": {
"ServiceCode": "sample string 1",
"ExpireTime": "2026-04-03T19:38:38.5855819+08:00"
},
"Code": 0,
"Msg": "sample string 1"
}