获取saas侧单品立减优惠详情列表,用于数据核对
名称 | 类型 | 是否必须 | 示例值 | 更多限制 | 描述 |
---|---|---|---|---|---|
activity_id | Number | 必须 | 123 | 活动id | |
page_num | Number | 必须 | 1 | 当前页码 | |
page_size | Number | 必须 | 20 | 每页大小 | |
_platform_num | String | 必须 | 880001 | 租户号 |
名称 | 类型 | 示例值 | 描述 |
---|---|---|---|
details | ItemMarketingDetailResponse [] | 单品立减优惠详情 | |
|
|||
success | Boolean | true | 是否成功:true/false |
err_code | String | 999 | 错误编码 |
err_msg | String | 这是错误消息 | 错误信息 |
{"_platform_num":"880001","activity_id":123,"page_num":1,"page_size":20}
{ "details":[ { "status":1, "discount_rate":"800", "decrease_money":"800", "fix_price":"800", "discount_type":1, "limit":123, "daily_limit":123, "use_limit":true, "participate_type":123, "participate_id":123, "detail_id":123, "update_time":1515471442000, "tp_id":123, "idempotent_code":"001", "period_config":"7,1,2,3,4,5,6_00:00:00_23:59:59", "name":"活动名称", "end_time":"2015-01-11 00:00:00", "start_time":"2015-01-01 00:00:00", "activity_id":123, "crowd_type":"REGISTER_MEMBER" } ], "success":true, "err_code":"999", "err_msg":"这是错误消息" }
{"result":{"success":"false","err_msg":"Illegal request","err_code":"sign-check-failure"}}
错误码 | 错误描述 | 解决方案 |
---|