总览 | ||
---|---|---|
查询型 | dev_list | 获取授权设备及权限信息 |
URL:https://open.ikuai8.com/apis/dev_list/<open_id>
支持格式:JSON
HTTPS请求方式:POST
请求参数:{} 或 []
返回结果
{ "errno": 0, "errmsg": "success", "data": [{ "dev_id":"19ec0fd991adaeeaff23d190c3906263", "dev_remark": "路由设备名称", "owner_mobile": "138********", "owner_qq": "*********", "open_apis": ["1", "2", "3", "4", "5", "6", "7", "8"] }] }
结果字段说明
errno | 错误号 |
errmsg | 错误信息 |
data | 返回的具体数据 |
dev_id | 设备id |
dev_remark | 设备友好名称 |
owner_mobile | 设备所有者手机号 |
owner_qq | 设备所有者QQ号 |
open_apis | 设备所有者向平台合作商,对本设备所授权的api_id列表 |
* 关于错误返回值与错误代码,参见错误代码说明