Authorization: Bearer ********************
{
"username": "hk10000",
"password": "Tq130688!@#$"
}
curl --location --request POST '/api/user/signin' \
--header 'Content-Type: application/json' \
--data-raw '{
"username": "hk10000",
"password": "Tq130688!@#$"
}'
{"code":1000000,"message":"用户不存在"}