x-token: ********************
curl --location --request GET 'http://api.testagent.mumamail.com/user/invUserList?user_name=&nick_name=&phone=&page=&pageSize=' \
--header 'x-token;'
{
"code": 0,
"data": {
"list": [
{
"id": 9,
"created_at": "2023-02-26 15:46:16",
"updated_at": "2023-02-26 15:46:16",
"uuid": "2acd959e-074d-4dc8-b7ef-da63dee1ee3a",
"user_name": "atest012",
"avatar": "",
"nick_name": "test012",
"authorityId": 888,
"authority": {
"CreatedAt": "0001-01-01T00:00:00Z",
"UpdatedAt": "0001-01-01T00:00:00Z",
"DeletedAt": null,
"authorityId": 0,
"authorityName": "",
"parentId": null,
"dataAuthorityId": null,
"children": null,
"menus": null,
"defaultRouter": ""
},
"authorities": null,
"phone": "0",
"email": "123@qq.com",
"enable": 1,
"role": 2,
"pid": 9,
"inv_id": 2,
"auto_level": 1,
"vip_id": 1,
"total_pay": "0",
"need_reset": -1,
"sync_template": -1,
"agreement": -1,
"agreement_time": "0001-01-01 00:00:00",
"remark": "",
"register_link": "",
"unit_prices": null,
"admin_remark": "",
"vip_info": {
"id": 1,
"created_at": "2023-02-08 00:49:12",
"updated_at": "2023-02-11 22:43:53",
"name": "VIP001",
"sub_agent_num": null,
"unit_prices": null,
"level_min": "1",
"level_max": "1000",
"is_default": 1
},
"wallet": []
}
],
"total": 0,
"page": 0,
"pageSize": 0
},
"msg": "success"
}