{
"scene": "account",
"username": "u36597322",
"password": "a123456",
"client": "1"
}curl --location --request POST '/api/login/check' \
--header 'Content-Type: application/json' \
--data-raw '{
"scene": "account",
"username": "u36597322",
"password": "a123456",
"client": "1"
}'{
"code": 200,
"msg": "成功",
"data": {
"id": 9,
"token": "a4db3f3c6642ad531824a1b5dfa1d92b4XgGNc"
}
}