文档
测试

查看设备账户列表

POST
/qgy/eqaccount/list

接口描述

查看当前用户下的设备账号信息

请求参数

参数名
类型
描述
必填
userId
String
当前用户ID
必填
index
Integer
当前页码
必填
length
Integer
每页个数
必填

返回示例

``` { "result": 1, "msg": "successful operation!", "number": 10, "code": "QG_SUS1000", "data": [ { "id": 5, "account": "ceshi", "password": "ceshi", "tag": "ceshi", "userId": 2 } ], "count": 1 } ```