文档
测试
GET
http://localhost:8080/user/login

请求参数

参数名
类型
描述
必填
username
String
用户名
必填
password
String
密码
必填

说明 / 示例

{ "msg": "登录成功", "success": true, "detail": { "userId": "23258427", "userName": "tom", "userPsd": "123", "gameCurrency": 100, "totalBalance": 95000.0 } }