宠物险准入(查询用户是否有免费领取保险的资格接口(一个人只能领一份、最大一万份))
名称 | 类型 | 是否必须 | 示例值 | 更多限制 | 描述 |
---|---|---|---|---|---|
activityId | String | 可选 | PLATFORM_BONUS_INSURANCE_ORDER | 平台赠险:活动ID | |
subProduct | String | 必须 | PLATFORM_BONUS_INSURANCE | 子产品(平台|商家) * 商家赠险:BUSINESS_INSURANCE * 平台赠险:PLATFORM_BONUS_INSURANCE | |
userId | String | 必须 | 111 | 用户ID |
名称 | 类型 | 示例值 | 描述 |
---|---|---|---|
result | String | true | 系统调用是否成功 |
errorMsg | String | 成功 | 错误说明 |
errorCode | String | SUCCESS | code 返回码 |
{"activityId":"PLATFORM_BONUS_INSURANCE_ORDER","subProduct":"PLATFORM_BONUS_INSURANCE","userId":"111"}
{ "result":"true", "errorMsg":"成功", "errorCode":"SUCCESS" }
{"result":"false","errorCode":"sign-check-failure","errorMsg":"Illegal request"}
错误码 | 错误描述 | 解决方案 |
---|---|---|
isp.http-read-timeout |