On this page
会员等级列表
接口URL
请求方式
GET
Content-Type
application/x-www-form-urlencoded
请求Header参数
参数名 | 示例值 | 参数类型 | 是否必填 | 参数描述 |
---|---|---|---|---|
token | 2f...5e | String | 是 | 用户token |
路径变量
参数名 | 示例值 | 参数描述 |
---|---|---|
page | 1 | 分页页码 |
成功响应示例
json5
{
"msg": "ok",
"data": {
"list": [
{
"id": 6,
"name": "钻石会员",
"level": 888,
"status": 1,
"discount": 50,
"max_price": 1,
"max_times": 1
},
// ...
],
"totalCount": 4
}
}