{
"name": "",
"phone": "",
"current": 1,
"size": 10
}
curl --location --request POST 'http://localhost:7030/manage/user/list' \
--header 'Authorization: eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyIjp7InBhc3N3b3JkIjoiJDJhJDEwJGFkUEh3R0hobVFSOGNydEplMmt1dy5hTXZnU2VZbVBNQ2FGWjlNY0ZqbkxlTnpFelk1dFlPIiwidXNlcm5hbWUiOiJhZG1pbiIsImF1dGhvcml0aWVzIjpbeyJhdXRob3JpdHkiOiJtIn1dLCJhY2NvdW50Tm9uRXhwaXJlZCI6dHJ1ZSwiYWNjb3VudE5vbkxvY2tlZCI6dHJ1ZSwiY3JlZGVudGlhbHNOb25FeHBpcmVkIjp0cnVlLCJlbmFibGVkIjp0cnVlLCJ1c2VySWQiOjEsIm5hbWUiOiLotoXnuqfnrqHnkIblkZgiLCJwaG9uZSI6IjE5OTEwMTAzNjk4Iiwic3RhdHVzIjpudWxsLCJyZW1ha2UiOm51bGx9LCJleHAiOjE3MDEzOTg4NDd9.sy7jRkf-f-cAmhB-nq0eR8VUkBH-1wBdHbovadHpxiw' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "",
"phone": "",
"current": 1,
"size": 10
}'
{
"data": {
"records": [
{
"id": 1,
"username": "admin",
"name": "超级管理员",
"phone": "19910103698",
"status": 0,
"updateTime": "2023-11-30T07:37:22.000+00:00",
"resourceIds": null
},
{
"id": 2,
"username": null,
"name": null,
"phone": null,
"status": null,
"updateTime": null,
"resourceIds": null
}
],
"total": 2,
"size": 10,
"current": 1,
"orders": [],
"optimizeCountSql": true,
"hitCount": false,
"countId": null,
"maxLimit": null,
"searchCount": true,
"pages": 1
},
"result_code": "200",
"result_msg": "success"
}