{
"code": "string"
}
curl --location --request POST 'http://localhost:8080/student/login/login' \
--header 'token;' \
--header 'Content-Type: application/json' \
--data-raw '{
"code": "string"
}'
{
"code": 0,
"msg": "",
"data": {
"id": 0,
"openid": "",
"token": ""
}
}