- 商城侧 - 后台
- 用户
- 商品
- 设置
- 营销
- 订单
- 分销
- 回调
- 供应商
- 门店
- 系统
- 财务
- 商城侧 - 门店
- 商城侧 - 收银台
- 商城侧 - 供应商
- 商城侧 - 客服
获取等级会员信息
开发中
GET
/adminapi/user/user_level/read/1
请求参数
Authorization
在 header 添加参数
Authori-Zation
示例:
Authori-Zation: ********************
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET '/adminapi/user/user_level/read/1' \
--header 'Authori-Zation;'
返回响应
🟢200成功
application/json
Body
status
integer
必需
msg
string
必需
data
object
必需
id
integer
必需
mer_id
integer
必需
name
string
必需
money
integer
必需
valid_date
integer
必需
is_forever
integer
必需
is_pay
integer
必需
is_show
integer
必需
grade
integer
必需
discount
integer
必需
image
string
必需
icon
string
必需
explain
string
必需
add_time
string
必需
is_del
integer
必需
exp_num
integer
必需
filter_products
string
过滤的商品
filter_product_count
integer
过滤的商品统计
示例
{
"status": 200,
"msg": "ok",
"data": {
"id": 1,
"mer_id": 0,
"name": "V1",
"money": 0,
"valid_date": 0,
"is_forever": 1,
"is_pay": 0,
"is_show": 1,
"grade": 1,
"discount": 98,
"image": "/uploads/system/0c4b29a624e97cb26ff7e4ca473b4c5f.jpg",
"icon": "http://test.mall.86yfw.com/uploads/system/e3d227d703e847a02655132f223436f8.png",
"explain": "V1",
"add_time": "2019-03-29 09:57:19",
"is_del": 0,
"exp_num": 20,
"filter_products": "",
"filter_product_count": 1
}
}