文档
测试

用户列表

POST
/qgy/user/list

接口描述

查看所有用户

请求参数

参数名
类型
描述
必填
id
string
当前用户id
必填
index
string
当前页数
必填
length
string
显示个数
必填
name
string
用户名称
必填
phone
string
手机号
必填

说明 / 示例

``` { "result": 1, "msg": "successful operation!", "number": "10", "code": "QG_SUS1000", "data": [ { "id": "6E089695B529478B874ED3883EAE003A", "name": "WaL", "password": null, "phone": "13957702769", "power": 1, "createTime": "2020-09-11 09:57:29" }, { "id": "AB3E8A94EA3D4F81A6BEF2962E01E523", "name": "CCCC", "password": null, "phone": "13598865425", "power": 2, "createTime": "2020-09-14 09:45:02" }, { "id": "B21B15D8D61242B5A3237A59753196D0", "name": null, "password": null, "phone": "18968140775", "power": 2, "createTime": "2020-09-12 16:47:26" } ], "count": "3" } ```