{
"userName":"test03",
"userPassword":"123456"
}
curl --location --request POST 'http://47.92.1.39:8005/api/user/login' \
--header 'Content-Type: application/json' \
--data-raw '{
"userName":"test03",
"userPassword":"123456"
}'
{
"success": false,
"errCode": "401",
"errMessage": "账号或密码错误"
}