{}
curl --location --request POST '/rest/services//plotting/getUserList' \
--header 'Content-Type: application/json' \
--data-raw '{}'
{
"result": [
{
"name": "zhangsan",
"pwd": "123456",
"roleId": 0,
"roleName": "管理员"
}
],
"resultcode": "success",
"time": 1
}