POST http://sdk.ddyun.com/api/CommonSDK/ServiceCodeStatusList
服务码黑名单列表
Request Information
URI Parameters
None.
Body Parameters
ServiceCodeStatusParam| Name | Description | Type | Additional information |
|---|---|---|---|
| openid |
用户OPENID |
string |
None. |
| orderid |
设备订单号 |
integer |
None. |
| appkey |
商户Key |
string |
None. |
| timestamp |
时间戳 |
integer |
None. |
| noncestr |
随机字符,使签名不可预测 |
string |
None. |
| sign |
签名信息 |
string |
None. |
Request Formats
application/json, text/json
Sample:
{
"OpenID": "sample string 1",
"OrderId": 2,
"AppKey": "sample string 3",
"Timestamp": 4,
"NonceStr": "sample string 5",
"Sign": "sample string 6"
}
application/x-www-form-urlencoded
Sample:
OpenID=&OrderId=0&AppKey=&Timestamp=0&NonceStr=&Sign=
multipart/form-data
Sample:
Sample not available.
Response Information
Resource Description
服务码黑名单列表
SDKBaseResultOfListOfServiceCodeStatusResult| Name | Description | Type | Additional information |
|---|---|---|---|
| data | Collection of ServiceCodeStatusResult |
None. |
|
| code |
错误码 |
SDKResultCode |
None. |
| msg |
错误消息 |
string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Data": [
{
"ServiceCode": "sample string 1",
"Status": 2,
"Desc": "sample string 3"
},
{
"ServiceCode": "sample string 1",
"Status": 2,
"Desc": "sample string 3"
}
],
"Code": 0,
"Msg": "sample string 1"
}