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