文档
测试

用户登录

POST
http://localhost:8076/clientapi/userlogin

请求头

参数名
类型
描述
必填
token
string
示例:3e1010274faed22e2f79e8020aae7c60
必填

请求参数

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

响应参数

参数名
类型
描述
必填
code
int
示例:200
必填
message
string
示例:
必填
data
object
数据字典
必填
status
boolean
示例:true
必填
userInfo
object
用户信息
必填
id
int
示例:1134
必填
username
string
示例:测试注册账号
必填
oldid
int
示例:0
必填
category
int
示例:2
必填
level
int
示例:1
必填
firstname
string
示例:ceshi
必填
lastname
string
示例:zhanghao
必填
nickname
string
示例:昵称
必填
account
string
示例:18711111111
必填
password
string
示例:e10adc3949ba59abbe56e057f20f883e
必填
sex
string
示例:男
必填
sort
int
示例:1
必填
type
int
示例:1
必填
email
string
示例:test@tes1t.com
必填
phone
string
示例:18711111111
必填
address
string
示例:xxxxxxxxx路
必填
youbian
string
示例:61000
必填
remark
object
示例:null
必填
creathydate
object
示例:null
必填
endhydate
object
示例:null
必填
kaoshidate
string
示例:2021-02-25T16:00:00.000Z
必填
studydate
object
示例:null
必填
isbuquan
int
示例:1
必填
isnewuser
int
示例:0
必填
status
int
示例:1
必填
createdAt
string
示例:2021-01-21T12:58:22.000Z
必填
updatedAt
string
示例:2021-02-23T02:07:03.000Z
必填
token
string
用户token,请求接口时token必须带到头部,status为false时返回
必填