文档
测试

登录接口

POST
/smart/login

请求参数

参数名
类型
描述
必填
mobile
string
示例:登录用手机号码
必填
code
string
示例:短信验证码接口返回的验证码
必填
isSuperAccount
boolean
示例:true 是否是超级用户登录 true 是 false 否
必填
passWord
string
登录密码
必填

响应参数

参数名
类型
描述
必填
success
boolean
示例:true
必填
message
string
示例:操作成功!
必填
code
int
示例:200
必填
result
object
数据字典
必填
loginName
string
示例:超级用户。 用户名称
必填
token
string
示例:token
必填
permissionVoList
array
数据列表 权限列表
必填
id
int
示例:1
必填
upId
int
示例:0
必填
type
int
示例:1
必填
pointName
string
示例:首页
必填
url
string
示例:
必填
component
string
示例:/home/index
必填
sort
int
示例:1
必填
icon
object
示例:null
必填
childNode
array
数据列表
必填
id
int
示例:2
必填
upId
int
示例:1
必填
type
int
示例:1
必填
pointName
string
示例:首页2
必填
url
string
示例:
必填
component
string
示例:/home/index
必填
sort
int
示例:2
必填
icon
object
示例:null
必填
childNode
array
数据列表
必填
timestamp
int
示例:1627365991743
必填