鉴定是否是root账号
POST
/api/v1/things/device/auth/root-check请求参数
Body 参数application/json
username
string
用户名
password
string
密码
clientID
string
clientID
ip
string
访问的ip地址
certificate
string
客户端证书
示例
{
"username": "string",
"password": "string",
"clientID": "string",
"ip": "string",
"certificate": "string"
}
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
A successful response.
数据结构
code
integer
返回code
默认值:
200
msg
string
返回的消息
示例
{
"code": "200",
"msg": "string"
}
最后修改时间: 3 天前