调用外部对接渠道解绑临时账号
名称 | 类型 | 是否必须 | 示例值 | 更多限制 | 描述 |
---|---|---|---|---|---|
reqId | String | 必须 | 6612837612836871263 | 请求id,用于排查问题 | |
t | Number | 必须 | 1658287187 | 请求时间戳,unix时间戳 | |
data | String | 必须 | eyJnYW1lIjoi546L6ICFIn0= | 请求业务参数 | |
reqSign | String | 必须 | 9MdK/Fr6943pVcI4vTkjuGj | 请求签名 | |
client | TransferClientInfo | 必须 | 调用方描述 | ||
|
名称 | 类型 | 示例值 | 描述 |
---|---|---|---|
rspMsg | String | 请求成功 | 结果描述 |
rspCode | String | 20000 | 返回码 |
{"t":1658287187,"data":"eyJnYW1lIjoi546L6ICFIn0=","reqSign":"9MdK/Fr6943pVcI4vTkjuGj","client":{"appId":"1002"},"reqId":"6612837612836871263"}
{ "rspMsg":"请求成功", "rspCode":"20000" }
{"response":{"rspCode":"sign-check-failure","rspMsg":"Illegal request"}}
错误码 | 错误描述 | 解决方案 |
---|