更新时间:2024-11-04 10:52:03下载pdf
本文介绍查询配网结果的 API。
根据配网令牌,查询配网结果。
GET: /v2.0/cloud/thing/active/token/{token}
参数名 | 类型 | 参数位置 | 是否必填 | 说明 |
---|---|---|---|---|
token | String | path | true | 配网令牌 |
参数名 | 类型 | 说明 |
---|---|---|
result | DeviceActiveRes | 接口返回的数据集 |
success | Boolean | 操作是否成功。
|
t | Long | 时间戳。 |
tid | String | 链路 ID。 |
result
说明
参数名 | 类型 | 说明 |
---|---|---|
successDevices | List | 配网成功设备列表 |
errorDevices | List | 配网失败设备列表 |
errorDevices
说明
参数名 | 类型 | 说明 |
---|---|---|
id | String | 设备 ID |
name | String | 设备名称 |
errorCode | String | 失败错误码 |
errorMsg | String | 失败描述 |
successDevices
说明
参数名 | 类型 | 说明 |
---|---|---|
id | String | 设备 ID |
name | String | 设备名称 |
productId | String | 产品 ID |
lon | String | 经度 |
lat | String | 纬度 |
ip | String | 设备配网 IP 地址 |
online | Boolean | 设备在线状态 |
uuid | String | 设备 UUID |
GET: /v2.0/cloud/thing/active/token/AG******
{ "tid": "b8a2b49abbbc11eda71e169efc83a172", "result": { "successDevices": [ { "productId": "ngarn****", "ip": "0.0.0.0", "lon": "0", "uuid": "drdz05cce7**********", "name": "设备名称", "online": true, "id": "vdevo163815529739***", "lat": "0" } ], "errorDevices": [ { "errorCode": "2001", "errorMsg": "device is offline", "name": "设备名称", "id": "vdevo163815529739***" } ] }, "t": 1678065474602, "success": true }
参考 错误码。
该内容对您有帮助吗?
是意见反馈