22 lines
362 B
HTTP
22 lines
362 B
HTTP
# 分页列表接口
|
|
POST {{host}}/api/node-user/list
|
|
Content-Type: application/json
|
|
Accept: application/json
|
|
|
|
{
|
|
// "id": 984,
|
|
"realNameLike": "周阳",
|
|
"phone": "18530039500",
|
|
"idNumber": "410205198601221016",
|
|
"personId": 5354,
|
|
"includeDeleted": true,
|
|
"pageSize": 2,
|
|
"needs": {
|
|
"job": true
|
|
,
|
|
"node": true ,
|
|
"unit": true
|
|
}
|
|
}
|
|
|
|
### |