文档
测试

公共选择页面搜索、岗位查找用户

POST
/authority/users/findUsers?postVal=100%2C101

接口描述

公共选择页面搜索、通过岗位查找用户

请求参数

参数名
类型
描述
必填
postVal
String
岗位ID 例如 100,101
可选
username
String
姓名模糊查询
可选
loginId
String
账号 模糊查询
可选
limitPersonId
String
限制人员 ids
可选
current
int
示例:当前页
必填
size
int
示例:0 页面大小
必填
column
string
示例:string 排序字段
可选
asc
boolean
示例:true 升序?
可选

响应参数JSON

```json { "successful": true, "code": 200, "message": "操作成功!", "timestamp": 1667378112510, "data": { "total": 3, "rows": [ { "id": 1, "nickName": "管理员", "realName": null, "sex": "男", "email": null, "mobile": null, "username": "admin", "birthday": null, "goodAt": null, "occupation": null, "createdTime": null, "workOrderTotal": "0" }, { "id": 24, "nickName": "xiaoliu", "realName": null, "sex": "男", "email": null, "mobile": null, "username": "test001", "birthday": null, "goodAt": null, "occupation": null, "createdTime": null, "workOrderTotal": "0", "key": 0 }, { "id": 25, "nickName": "longge", "realName": null, "sex": "男", "email": null, "mobile": null, "username": "test002", "birthday": null, "goodAt": null, "occupation": null, "createdTime": null, "workOrderTotal": "0", "key": 1 } ] } }

swagger 功能定位

![image.png](https://cos.easydoc.net/97781918/files/l9xup978.png) ![image.png](https://cos.easydoc.net/97781918/files/l9xuph25.png)