由经纪公司提供的查看保单相关文档的URL
名称 | 类型 | 是否必须 | 示例值 | 更多限制 | 描述 |
---|---|---|---|---|---|
bizId | String | 必须 | 322dfd | 阿里拍卖业务编号 | |
insuranceType | Number | 必须 | 1 | 险种类型,1-家财险,2-履约险 | |
documentType | Number | 必须 | 1 |
|
文档类型,1-保单详情 |
clientType | Number | 必须 | 1 |
|
客户端类型,1-无线 |
名称 | 类型 | 示例值 | 描述 |
---|---|---|---|
documentUrl | String | https://xxx/abc.htm | 文档访问 URL |
expireTime | Number | 1748978447000 | URL过期的时间戳(毫秒) |
success | Boolean | true | 业务结果,true-成功,false-失败 |
bizErrorCode | String | SYSTEM_ERROR | 错误码 |
bizErrorMsg | String | 系统错误 | 错误信息 |
{"clientType":1,"documentType":1,"bizId":"322dfd","insuranceType":1}
{ "documentUrl":"https:\/\/xxx\/abc.htm", "expireTime":1748978447000, "success":true, "bizErrorCode":"SYSTEM_ERROR", "bizErrorMsg":"系统错误" }
{"bizErrorMsg":"Illegal request","success":"不等于true","bizErrorCode":"sign-check-failure"}
错误码 | 错误描述 | 解决方案 |
---|