文档
测试

用户列表

GET
http://47.111.187.85/admin_api/user/list

请求参数

参数名
类型
描述
必填
limit
int
每页条数
必填
text
string
搜索文本
可选
page
int
页数
必填
status
int
1代表已认证,2代表否
可选

说明 / 示例

{ "suc": "ok", "message": "", "data": { "data": [ { "id": 3, "account_number": "18758238349", "email": "", "phone": "18758238349", "extension_code": "ul8f", "parent_id": 2, "parents_path": "2", "create_time": "2022-05-06 19:47:55", "update_time": 0, "country_code": "+86", "card": "35467711", "name": "test", "account": "187******349", "is_real": 1, "all_invite": 0, "honey": 0, "biscuit": 0, "bamboo": 0, "nut": 0, "bell": 0, "fluorescence": 0, "flame": 0, "mirage": 0 }, { "id": 2, "account_number": "18758138349", "email": "", "phone": "18751238349", "extension_code": "pjfg", "parent_id": 0, "parents_path": "", "create_time": "2022-05-06 19:37:51", "update_time": 0, "country_code": "+86", "card": "35467711", "name": "2332aaa", "account": "187******349", "is_real": 1, "all_invite": 1, "honey": 0, "biscuit": 0, "bamboo": 0, "nut": 0, "bell": 0, "fluorescence": 0, "flame": 0, "mirage": 0 }, { "id": 1, "account_number": "18712430933", "email": "", "phone": "18712430933", "extension_code": "3456", "parent_id": 0, "parents_path": "", "create_time": "", "update_time": 0, "country_code": "", "card": "", "name": "", "account": "187******933", "is_real": 1, "all_invite": 0, "honey": 0, "biscuit": 0, "bamboo": 0, "nut": 0, "bell": 0, "fluorescence": 0, "flame": 0, "mirage": 0 } ], "count": 3, "limit": 10 } }