查询需要同步的历史优惠券信息
| 名称 | 类型 | 是否必须 | 示例值 | 更多限制 | 描述 |
|---|---|---|---|---|---|
| openId | String | 必须 | 111 | 用户id |
| 名称 | 类型 | 示例值 | 描述 |
|---|---|---|---|
| data | CouponResourceDO [] | 1234 | 优惠券资产信息 |
|
|||
| success | Boolean | true | 调用结果 |
| errorMessage | String | sys_error | 错误信息 |
| errorCode | String | -1 | 错误code |
{"openId":"111"}
{
"data":[
{
"effectiveStartTime":"2021-03-01 00:00:00",
"effectiveEndTime":"2021-03-01 00:00:00",
"outerId":"12345",
"couponInfo":{
"couponType":47501,
"uuid":"xxxx",
"templateCode":"123456"
},
"decreaseMoney":200
}
],
"success":true,
"errorMessage":"sys_error",
"errorCode":"-1"
}
{"success":"false","errorMessage":"Illegal request","errorCode":"sign-check-failure"}
| 错误码 | 错误描述 | 解决方案 |
|---|