文档
测试

查看用户列表

POST
/qgy/user/list

接口描述

查看当前用户下的信息

请求参数

参数名
类型
描述
必填
index
Integer
当前页码
可选
length
Integer
每页个数
可选
userId
String
当前用户ID(NOT NULL)
必填

返回示例

``` { "result": 1, "msg": "successful operation!", "number": 10,//每页个数 "code": "QG_SUS1000", "data": [ { "id": 12, "name": "张三", "account": "ceshi", "password": "123", "phone": "123456789", "joindate": "2019-07-09T16:00:00.000+0000", "updatedate": "2019-07-010T16:00:00.000+0000", "power": 2, "userId": null, "unit": "ssssss", "isDelete":1, "opens": null, "selling": null, "appId":"cs", "secretKey":"cs", "appKey":"cs", "alipayCode":"cs", "alipayState"0,//支付宝是否签约 0:未签约 1:签约 "weChatCode":"cs", "weChatState":0,/微信是否签约 0:未签约 1:签约 } ], "count": 5//总条数 } ```