POST xuner/guide/shopguide/getactivityresult
Getactivityresult
请求信息
URI 参数
无。
Body 参数
activityLoadRequset名称 | 描述 | 类型 | 附加信息 |
---|---|---|---|
status |
卡券状态 |
string |
无。 |
current |
取第几页的数据 |
integer |
无。 |
size |
每页多少条数据,默认10 |
integer |
无。 |
isAsc |
是否倒序 |
boolean |
无。 |
请求格式
application/json, text/json
样例:
{ "status": "sample string 1", "current": 2, "size": 3, "isAsc": true }
响应信息
资源描述
Getactivityresult
gGuideResponseOfListItemgOfactivityresult名称 | 描述 | 类型 | 附加信息 |
---|---|---|---|
data | ListItemgOfactivityresult |
无。 |
|
req | string |
无。 |
|
msg | string |
无。 |
|
code | integer |
无。 |
响应格式
application/json, text/json
样例:
{ "data": { "total": 1, "pages": 2, "list": [ { "tempNo": "sample string 1", "couponType": "sample string 2", "verifyNum": 3, "verifyPercent": 4.0, "receiveNum": 5, "title": "sample string 6" }, { "tempNo": "sample string 1", "couponType": "sample string 2", "verifyNum": 3, "verifyPercent": 4.0, "receiveNum": 5, "title": "sample string 6" } ] }, "req": "sample string 1", "msg": "sample string 2", "code": 3 }