{
"phone": "15373469612"
}
curl --location --request POST 'http://47.92.1.39:8005/api/user/login/phone' \
--header 'Content-Type: application/json' \
--data-raw '{
"phone": "15373469612"
}'
{
"success": false,
"errCode": "402",
"errMessage": "手机号不正确"
}