{
"terminal": 4,
"mobile": "13800138000",
"password": "123456",
"scene": 1
}
curl --location --request POST '/api/login/codeUrl' \
--header 'token: {{api-token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"terminal": 4,
"mobile": "13800138000",
"password": "123456",
"scene": 1
}'
{
"code": 1,
"show": 0,
"msg": "",
"data": []
}