{
"phone": "string",
"type": "string",
"password": "string",
"captcha": "string"
}
curl --location --request POST '/app/login' \
--header 'Content-Type: application/json' \
--data-raw '{
"phone": "string",
"type": "string",
"password": "string",
"captcha": "string"
}'
{
"code": 0,
"message": "string",
"success": true,
"data": {
"token": "string",
"user": {
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"createdAt": "2019-08-24T14:15:22Z",
"updatedAt": "2019-08-24T14:15:22Z",
"userName": "string",
"phone": "string",
"email": "string",
"is_test": false
}
}
}