{
"scene": 1,
"terminal": 4,
"account": "ants",
"password": "a123456"
}
curl --location --request POST '/api/login/account' \
--header 'token: {{apiToken}}' \
--header 'token;' \
--header 'Content-Type: application/json' \
--data-raw '{
"scene": 1,
"terminal": 4,
"account": "ants",
"password": "a123456"
}'
{
"code": 1,
"show": 0,
"msg": "",
"data": {
"id": 1,
"sn": 38066348,
"sex": "未知",
"account": "fzr001",
"nickname": "用户38066348",
"real_name": "",
"avatar": "http://www.php-ws.localhost/resource/image/adminapi/default/default_avatar.png",
"mobile": "",
"create_time": "2023-11-27 16:24:59",
"is_new_user": 0,
"has_password": true
}
}