调用外部保司解约接口
| 名称 | 类型 | 是否必须 | 示例值 | 更多限制 | 描述 |
|---|---|---|---|---|---|
| identifier | String | 必须 | 132123123 | 幂等号 | |
| productCode | String | 必须 | xxx | 产品 | |
| userId | String | 必须 | 1234 | 用户ID | |
| applyTime | String | 必须 | 2010-01-01 00:01:01 | 客户申请解约时间 | |
| access_token | String | 可选 | uuofgfisg16715x | token |
| 名称 | 类型 | 示例值 | 描述 |
|---|---|---|---|
| success | String | true | 是否成功 |
| responseCode | String | SUCCESS | 返回码 |
| responseMessage | String | 成功 | 返回描述 |
{"access_token":"uuofgfisg16715x","identifier":"132123123","productCode":"xxx","applyTime":"2010-01-01 00:01:01","userId":"1234"}
{
"success":"true",
"responseCode":"SUCCESS",
"responseMessage":"成功"
}
{"success":"不等于true","responseMessage":"Illegal request","responseCode":"sign-check-failure"}
| 错误码 | 错误描述 | 解决方案 |
|---|