{
"mobile":"17621510366",
"password":"123456"
}
curl --location --request POST 'http://114.255.31.92:8080/api/v1/auth/login' \
--header 'Content-Type: application/json' \
--data-raw '{
"mobile":"17621510366",
"password":"123456"
}'
{
"code": "",
"data": {
"accessToken": "",
"tokenType": "",
"refreshToken": "",
"expires": 0
},
"msg": ""
}