文档
测试

验证码登录

GET
/user/verificationCodeLogin

请求参数

参数名
类型
描述
必填
phone
string
手机号
必填
code
string
验证码
必填

响应参数

参数名
类型
描述
必填
total
int
总数量
必填
code
string
状态码
必填
data
object
返回的数据
必填
id
long
id
必填
username
string
用户名
必填
phone
string
手机号
必填
companyEntity
object
公司列表数组
必填
id
long
id
必填
companyName
string
公司名
必填
companyCode
string
公司编码
必填
companyLogo
string
公司logo
必填
level
int
公司级别
必填
createTime
string
创建时间
必填
updateTime
string
更新时间
必填
token
string
登录令牌
必填
message
string
success 返回的说明
必填

说明 / 示例

{ "total": 0, "code": 0, "data": { "id": 2, "username": "袁力", "phone": "15680016095", "companyEntity": [], "token": "cgj:token:fbcc7f0cec9b4b2ea76e8aa277cf7e85" }, "message": "success" }