POST xuner/guide/shopguide/getdiscountcoupon

Getdiscountcoupon

请求信息

URI 参数

无。

Body 参数

discountcouponRequest
名称描述类型附加信息
current

取第几页的数据

integer

无。

size

每页多少条数据,默认10

integer

无。

请求格式

application/json, text/json

样例:
{
  "current": 1,
  "size": 2
}

响应信息

资源描述

Getdiscountcoupon

gGuideResponseOfdiscountcoupon
名称描述类型附加信息
data

discountcoupon

无。

req

string

无。

msg

string

无。

code

integer

无。

响应格式

application/json, text/json

样例:
{
  "data": {
    "all": true,
    "couponList": {},
    "count": 3
  },
  "req": "sample string 1",
  "msg": "sample string 2",
  "code": 3
}