{
"username":"msg",
"password":"123456",
"code":"",
"uuid":""
}
curl --location --request POST 'http://localhost:8080/login' \
--header 'Content-Type: application/json' \
--data-raw '{
"username":"msg",
"password":"123456",
"code":"",
"uuid":""
}'
{
"msg": "操作成功",
"code": 0,
"data": {
"RoleName": "main",
"Token": "3030a89fc5234a9093e57b570699e85b",
"ID": 3
}
}