文档
测试

See if you are authorized

POST
/qgy/personnel/toauth

接口描述

You can see which equipment is authorized according to the personnel guid || the serial number of the equipment to see which person is authorized || the equipment distinguishes the view Windows or the Android authorization situation, several merge parameters do not pass back the equipment and Android equipment authorization information

Request parameters

参数名
类型
描述
必填
personnelGuid
String
A person guid
可选
index
Integer
Current page number
可选
length
Integer
Number of pages per page
可选
deviceKey
String
Equipment serial number
可选
system
String
The device distinguishes between specified values: Windows or Android or Thermometry
可选

Return sample

``` { "result": 1, "msg": "successful operation!", "number": 10, "code": "QG_SUS1000", "data": [ { "guid": "cs", "personnlGuid": "123456", "deviceKey": "11001", "system":"Windows" } ], "count": 1 } ```