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