curl --location --request GET 'http://47.92.1.39:8005/api/user/get/getAllUsers?currentPage=1&pageSize=5' \
--header 'Authorization: eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJyb2xlcyI6IlN1cGVyVklQIiwiZXhwIjoxNjc4ODY0NTY2LCJ1c2VySWQiOjQxLCJ1c2VybmFtZSI6InRlc3QwMyJ9.xgDf-F6EexLRZc8ZtGKh_W-onzyBVtPXvidpKCILww8'
{
"success": true,
"errCode": null,
"errMessage": null,
"data": {
"users": [
{
"extValues": {},
"userId": 2,
"userName": "abc",
"userPassword": null,
"userVipLevel": 0,
"userNickname": null,
"userEmail": null,
"userUrl": null
},
{
"extValues": {},
"userId": 4,
"userName": "qwe",
"userPassword": "234",
"userVipLevel": 0,
"userNickname": null,
"userEmail": "135@qq.com",
"userUrl": null
},
{
"extValues": {},
"userId": 9,
"userName": "qwe",
"userPassword": null,
"userVipLevel": 0,
"userNickname": null,
"userEmail": "135@qq.com",
"userUrl": null
},
{
"extValues": {},
"userId": 13,
"userName": "wht",
"userPassword": "da802a5e40c7ce30bbde2337cf4cbff1",
"userVipLevel": -1,
"userNickname": null,
"userEmail": "123@example.com",
"userUrl": null
},
{
"extValues": {},
"userId": 16,
"userName": "test",
"userPassword": "da802a5e40c7ce30bbde2337cf4cbff1",
"userVipLevel": 1,
"userNickname": null,
"userEmail": "123@example.com",
"userUrl": null
}
],
"currentPage": 1,
"pageSize": 5,
"total": 11
}
}