使用账号密码登录
POST
/app-api/table/login请求参数
Body 参数application/json
username
string
必需
password
string
必需
示例1
内容为空
示例代码
返回响应
OK(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
code
integer <int32>
可选
data
object (平板 - 用户信息 - 查询)
可选
userId
integer <int64>
可选
username
string
可选
nickname
string
可选
deptId
integer <int64>
可选
deptName
string
可选
email
string
可选
mobile
string
可选
wechat
string
可选
dingTalk
string
可选
avatar
string
可选
inspectionAuthority
boolean
巡检权限
maintenanceAuthority
boolean
维修权限
msg
string
可选
time
integer <int64>
可选
示例
{
"code": 0,
"data": {
"userId": 0,
"username": "string",
"nickname": "string",
"deptId": 0,
"deptName": "string",
"email": "string",
"mobile": "string",
"wechat": "string",
"dingTalk": "string",
"avatar": "string",
"inspectionAuthority": true,
"maintenanceAuthority": true
},
"msg": "string",
"time": 0
}
最后修改时间: 1 年前