文档
测试
GET
http://localhost:8810/user/login?account=user1&password=123456

请求参数

参数名
类型
描述
必填
account
string
示例:user1
必填
password
int
示例:123456
必填

响应参数

参数名
类型
描述
必填
id
int
示例:1
必填
account
string
示例:user1
必填
password
string
示例:123456
必填
flag
string
示例:0
必填