用户登录
GET
http://localhost:8081/user/login
接口描述
普通用户登录GET请求,返回的是一个字符串,字符串是跳转的地址,我就不给你写了
请求参数
参数名
类型
描述
必填
username
String
用户名
必填
password
String
密码
必填