{
"userCode": "RsmW",
"username": "admin",
"password": "96e79218965eb72c92a549dd5a330112"
}
curl --location --request POST 'https://hmajax.itheima.net/api-s/login' \
--header 'Content-Type: application/json' \
--data-raw '{
"userCode": "RsmW",
"username": "admin",
"password": "96e79218965eb72c92a549dd5a330112"
}'
{
"msg": "登录成功",
"code": 200,
"list": []
}