文档
测试
POST
http://localhost/LAPARO/API/Login/Auth

请求参数

参数名
类型
描述
必填
account
string
账号
必填
password
string
密码
必填
isTourists
bool
是否游客 默认false
可选

响应参数

参数名
类型
描述
必填
code
int
示例:0
必填
ok
boolean
示例:true
必填
data
object
数据字典
必填
user_type
int
示例:0
必填
id
int
示例:2
必填
name
string
示例:普通用户
必填
error
object
示例:null
必填