Authorization: Bearer ********************
curl --location --request GET 'http://localhost:8080/ess/user/list'
{
"total": 0,
"rows": [
{
"createBy": "",
"createTime": "",
"updateBy": "",
"updateTime": "",
"remark": "",
"params": {
"": {}
},
"id": 0,
"username": "",
"passwordHash": "",
"salt": "",
"isSuperuser": 0,
"created": ""
}
],
"code": 200,
"msg": "查询成功"
}