通知isv办理存送业务
| 名称 | 类型 | 是否必须 | 示例值 | 更多限制 | 描述 |
|---|---|---|---|---|---|
| mobile | String | 必须 | 15010111111 | 手机号码 | |
| touch_code | String | 必须 | 23232 | 触点ID | |
| product_code | String | 必须 | 22020000240038 | isv侧业务编码 | |
| channel_seq_id | String | 必须 | 234123412341234523423 | 渠道方订单号(用来做幂等处理) | |
| page_id | Number | 必须 | 123 | 页面id | |
| product_id | String | 必须 | 22020000240038 | 阿里侧产品id | |
| sms_code | String | 可选 | 12344 | 验证码 |
| 名称 | 类型 | 示例值 | 描述 |
|---|---|---|---|
| result | ResultDO | 业务处理结果 | |
|
{"page_id":123,"channel_seq_id":"234123412341234523423","sms_code":"12344","product_id":"22020000240038","mobile":"15010111111","touch_code":"23232","product_code":"22020000240038"}
{
"result":{
"retMessage":"成功接收办理消息",
"retCode":"0000",
"isSuccess":true,
"data":"其他数据信息"
}
}
{"result":{"retMessage":"Illegal request","retCode":"sign-check-failure","isSuccess":"不等于true"}}
| 错误码 | 错误描述 | 解决方案 |
|---|---|---|
| isp.http-read-timeout |