查询需要同步的历史优惠券信息
名称 | 类型 | 是否必须 | 示例值 | 更多限制 | 描述 |
---|---|---|---|---|---|
activityId | String | 必须 | 111 | 活动id |
名称 | 类型 | 示例值 | 描述 |
---|---|---|---|
data | PromotionActivityDO | 1234 | 活动信息 |
|
|||
success | Boolean | true | 调用结果 |
errorMessage | String | sys_error | 错误信息 |
errorCode | String | -1 | 错误code |
{"activityId":"111"}
{ "data":{ "sellerId":12345, "storeId":123, "title":"天降红包", "description":"限新人参加", "startTime":"2021-05-11 13:00:00", "endTime":"2021-05-31 13:00:00", "status":1, "type":1, "outerId":"12344", "limitType":"WIN_LIMIT", "limitCount":1000, "couponList":[ { "couponType":"47501", "templateCode":"123", "channelInventory":"100000" } ] }, "success":true, "errorMessage":"sys_error", "errorCode":"-1" }
{"success":"false","errorMessage":"Illegal request","errorCode":"sign-check-failure"}
错误码 | 错误描述 | 解决方案 |
---|