文档
测试

全部优惠券列表

GET
/api/coupons

请求头

参数名
类型
描述
必填
Authorization
token
必填

请求参数

参数名
类型
描述
必填
limit
每页多少条,默认10
必填
page
页码,默认1
必填
latitude
纬度
必填
longitude
经度
必填
classify
分类
必填

说明 / 示例

参数名称 参数说明 请求类型 是否必须 数据类型 schema Authorization token header true string limit 页大小,默认为10 query false integer(int32) page 页码,默认为1 query false integer(int32) classify int 分类id 返回数据 { "status": 200, "success": true, "msg": "操作成功", "data": [{ "id": 30, "cid": 58, "cname": "渡森男装代金券", "ctype": 0, "startTime": "2020-11-07", "endTime": "2021-11-06", "totalCount": 1000, "remainCount": 999, "isPermanent": 0, "status": null, "couponPrice": 20.0, "useMinPrice": 200.0, "isUse": false, "store": { "id": 58, "name": "渡森", "introduction": "渡森", "phone": "18973563847", "address": "郴州市永兴县干劲路40-42号", "detailedAddress": "", "image": "http://file.yuntunvip.com/1604737548167.png", "latitude": "26.128136", "longitude": "113.113684", "validTime": "", "latlng": "26.128136,113.113684", "dayTime": "08:30-22:00", "distance": "227.12", "average": "299", "classify": 57, "collect": false, "sliderImage": "http://file.yuntunvip.com/1604737578110.png,http://file.yuntunvip.com/1604737641511.png,http://file.yuntunvip.com/1604737667752.png,http://file.yuntunvip.com/1604737692318.png,http://file.yuntunvip.com/1604737731575.png,http://file.yuntunvip.com/1604737775698.png", "sliderImageArr": ["http://file.yuntunvip.com/1604737578110.png", "http://file.yuntunvip.com/1604737641511.png", "http://file.yuntunvip.com/1604737667752.png", "http://file.yuntunvip.com/1604737692318.png", "http://file.yuntunvip.com/1604737731575.png", "http://file.yuntunvip.com/1604737775698.png"], "businessHours": "08:30-22:00", "businessWeek": "周一到周日", "ad": "渡森男装双十一购物狂欢节,第二件半价!", "activity": "http://file.yuntunvip.com/1604739368728.png", "couponlist": null, "activityArr": ["http://file.yuntunvip.com/1604739368728.png"] } }], "total": 1, "time": "2020-11-09 15:15:55" }