|
|
@@ -70,9 +70,32 @@ Authorization: Bearer {{token}}
|
|
|
}
|
|
|
```
|
|
|
|
|
|
+## 服务器配置
|
|
|
+### GET 请求URL
|
|
|
+{{api_url}}/v1/device/configs
|
|
|
+### 返回结果
|
|
|
+```json
|
|
|
+{
|
|
|
+ "code": 200,
|
|
|
+ "msg": "操作成功",
|
|
|
+ "data": {
|
|
|
+ "custid": "1",
|
|
|
+ "req_ip": "127.0.0.1",
|
|
|
+ "mqtt_username": "bill",
|
|
|
+ "mqtt_password": "activemq",
|
|
|
+ "mqtt_server": "tcp://dev.neucore.com:1783",
|
|
|
+ "upload_server": "https://dev.neucore.com/v1/smrtlibs/neulink/upload2cloud",
|
|
|
+ "ftp_server": "dev.neucore.com",
|
|
|
+ "ftp_username": "neu2ftp",
|
|
|
+ "ftp_password": "123456"
|
|
|
+ },
|
|
|
+ "time": "1736902247895"
|
|
|
+}
|
|
|
+```
|
|
|
+
|
|
|
## 背景图片列表
|
|
|
### GET 请求URL
|
|
|
-{{api_url}}/v1/device/background
|
|
|
+{{api_url}}/v1/device/configs/background
|
|
|
|
|
|
### 返回结果
|
|
|
```json
|
|
|
@@ -118,7 +141,7 @@ Authorization: Bearer {{token}}
|
|
|
|
|
|
### GET请求URL
|
|
|
|
|
|
- {{api_url}}/v1/device/sync?{{query_params}}
|
|
|
+ {{api_url}}/v1/device/configs/:deviceId/:scope
|
|
|
### HEAD 参数
|
|
|
|
|
|
|