POST http://sdk.ddyun.com/api/CommonSDK/ServiceCode
服务码黑名单配置
Request Information
URI Parameters
None.
Body Parameters
ServiceCodeParamName | Description | Type | Additional information |
---|---|---|---|
servicecode |
服务码 |
string |
None. |
status |
操作 0:移除 1:新增 |
integer |
None. |
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:
{ "ServiceCode": "sample string 1", "Status": 1, "OpenID": "sample string 2", "OrderId": 1, "AppKey": "sample string 3", "Timestamp": 4, "NonceStr": "sample string 5", "Sign": "sample string 6" }
application/x-www-form-urlencoded
Sample:
ServiceCode=&Status=&OpenID=&OrderId=&AppKey=&Timestamp=0&NonceStr=&Sign=
multipart/form-data
Sample:
Sample not available.
Response Information
Resource Description
服务码黑名单配置
SDKBaseResultName | Description | Type | Additional information |
---|---|---|---|
code |
错误码 |
SDKResultCode |
None. |
msg |
错误消息 |
string |
None. |
Response Formats
application/json, text/json
Sample:
{ "Code": 0, "Msg": "sample string 1" }