文档
测试

💲 优惠券列表

POST
user/couponList

接口描述

用户优惠券列表

请求参数

application/x-www-form-urlencoded
参数名
类型
描述
必填
token
str
用户登录令牌token
必填
page
int
页码(可选),默认=1
可选
limit
int
每页条数,默认=15
可选
type
int
优惠券类型, 1门票2商品3共享仓4酒店5民宿
必填

响应参数

application/json
参数名
类型
描述
必填
code
int
错误码,0正确,大于0表示有错误
必填
msg
str
错误信息,ok 或 错误信息
必填
data
obj
返回的数据
必填
list
array
列表
必填
total
int
总数
必填