{
"code": "string",
"state": "string"
}
curl --location --request POST 'https://java-front.likeadmin.cn//api/login/scanLogin' \
--header 'Content-Type: application/json' \
--data-raw '{
"code": "string",
"state": "string"
}'
{
"code": 200,
"msg": "成功",
"data": {
"id": 1,
"isBindMobile": false,
"token": "ff060e5296b26452379c6ce198bd0104r1BFiB"
}
}