{ "phone_num": "string", "password": "string" }
curl --location --request POST '20.102.109.181:8080/api/login' \ --header 'Content-Type: application/json' \ --data-raw '{ "phone_num": "string", "password": "string" }'
{ "code": 200, "data": { "id": 1, "username": "惜寞", "sex": "男", "phone_num": "123456789", "major": "软件工程" }, "msg": "OK" }