- 商城侧 - 后台
- 用户
- 商品
- 设置
- 营销
- 订单
- 分销
- 回调
- 供应商
- 门店
- 系统
- 财务
- 商城侧 - 门店
- 商城侧 - 收银台
- 商城侧 - 供应商
- 商城侧 - 客服
获取会员等级记录
开发中
GET
/adminapi/user/one_info/{uid}
请求参数
Authorization
在 header 添加参数
Authori-Zation
示例:
Authori-Zation: ********************
Path 参数
uid
string
必需
示例值:
191
Query 参数
type
string
可选
示例值:
user_level
page
string
可选
示例值:
1
limit
string
可选
示例值:
12
示例代码
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/one_info/191?type=user_level&page=1&limit=12' \
--header 'Authori-Zation;'
返回响应
🟢200成功
application/json
Body
status
integer
必需
msg
string
必需
data
object
必需
list
array [object {19}]
必需
count
integer
必需
示例
{
"status": 200,
"msg": "ok",
"data": {
"list": [
{
"id": 419,
"uid": 191,
"level_id": 6,
"pre_grade": 3,
"grade": 6,
"valid_time": 1727231695,
"is_forever": 0,
"mer_id": 0,
"status": 1,
"mark": "尊敬的用户158****0020在2024-07-27 10:34:55成为了v6",
"remind": 0,
"is_del": 0,
"add_time": "2024-07-27 10:34:55",
"discount": 85,
"is_free": 0,
"order_id": "wx548452614266683392",
"levelInfo": {
"id": 6,
"mer_id": 0,
"name": "v6",
"money": 0,
"valid_date": 0,
"is_forever": 1,
"is_pay": 0,
"is_show": 1,
"grade": 6,
"discount": 85,
"image": "http://test.mall.86yfw.com/uploads/attach/2023/08/20230824/8ac67609afaed53ecefcfcf87bbab5b9.png",
"icon": "http://test.mall.86yfw.com/uploads/attach/2024/06/20240614/555919c51dad99338257d44ad54e90ba.png",
"explain": "aa",
"add_time": "2024-07-10 11:09:42",
"is_del": 0,
"exp_num": 6000,
"filter_products": "1,2,3,867,814,4,5"
},
"valid_date": "2024-09-25 10:34:55",
"is_valid": 1
},
{
"id": 417,
"uid": 191,
"level_id": 6,
"pre_grade": 3,
"grade": 6,
"valid_time": 1722046106,
"is_forever": 0,
"mer_id": 0,
"status": 0,
"mark": "尊敬的用户158****0020在2024-07-27 10:08:26成为了v6",
"remind": 0,
"is_del": 1,
"add_time": "2024-07-27 10:08:26",
"discount": 85,
"is_free": 0,
"order_id": "wx548445950218076160",
"levelInfo": {
"id": 6,
"mer_id": 0,
"name": "v6",
"money": 0,
"valid_date": 0,
"is_forever": 1,
"is_pay": 0,
"is_show": 1,
"grade": 6,
"discount": 85,
"image": "http://test.mall.86yfw.com/uploads/attach/2023/08/20230824/8ac67609afaed53ecefcfcf87bbab5b9.png",
"icon": "http://test.mall.86yfw.com/uploads/attach/2024/06/20240614/555919c51dad99338257d44ad54e90ba.png",
"explain": "aa",
"add_time": "2024-07-10 11:09:42",
"is_del": 0,
"exp_num": 6000,
"filter_products": "1,2,3,867,814,4,5"
},
"valid_date": "2024-07-27 10:08:26",
"is_valid": 0
},
{
"id": 414,
"uid": 191,
"level_id": 6,
"pre_grade": 0,
"grade": 6,
"valid_time": 1722045971,
"is_forever": 0,
"mer_id": 0,
"status": 0,
"mark": "尊敬的用户158****0020在2024-07-27 10:06:11成为了v6",
"remind": 0,
"is_del": 1,
"add_time": "2024-07-27 10:06:11",
"discount": 85,
"is_free": 0,
"order_id": "wx548445382888128512",
"levelInfo": {
"id": 6,
"mer_id": 0,
"name": "v6",
"money": 0,
"valid_date": 0,
"is_forever": 1,
"is_pay": 0,
"is_show": 1,
"grade": 6,
"discount": 85,
"image": "http://test.mall.86yfw.com/uploads/attach/2023/08/20230824/8ac67609afaed53ecefcfcf87bbab5b9.png",
"icon": "http://test.mall.86yfw.com/uploads/attach/2024/06/20240614/555919c51dad99338257d44ad54e90ba.png",
"explain": "aa",
"add_time": "2024-07-10 11:09:42",
"is_del": 0,
"exp_num": 6000,
"filter_products": "1,2,3,867,814,4,5"
},
"valid_date": "2024-07-27 10:06:11",
"is_valid": 0
}
],
"count": 3
}
}