文档
测试

获取设备锁定状态

POST
https://fax.tongsoft.top/deviceLock/getDeviceLock

请求参数

参数名
类型
描述
必填
deviceId
string
设备id
必填
userId
string
uuid
可选
appType
int
可选

响应参数

参数名
类型
描述
必填
status
int
1成功,其他失败
必填
message
string
错误描述
必填
data
object
返回值
必填
device_lock
int
0默认状态,2封锁,1解锁
必填