From a7aaeabc7873a0eafb4a7ecad7f65b018b7a9bc9 Mon Sep 17 00:00:00 2001
From: sean.zhou <sean.zhou@dji.com>
Date: Fri, 24 Feb 2023 19:31:23 +0800
Subject: [PATCH] What's new? 1. Add license for dock. 2. Modify the logic corresponding to the firmware file and device type. 3. Add multiple mqtt clients options. 4. Modify the structure of the interface for obtaining the device list. 5. Fixed some issues.

---
 api/Cloud API Demo.postman_environment.json |   18 +++++++++++++++---
 1 files changed, 15 insertions(+), 3 deletions(-)

diff --git a/api/Cloud API Demo.postman_environment.json b/api/Cloud API Demo.postman_environment.json
index f4faf3a..1873503 100644
--- a/api/Cloud API Demo.postman_environment.json
+++ b/api/Cloud API Demo.postman_environment.json
@@ -4,7 +4,7 @@
 	"values": [
 		{
 			"key": "ip",
-			"value": "192.168.1.1",
+			"value": "localhost",
 			"type": "default",
 			"enabled": true
 		},
@@ -52,9 +52,21 @@
 			"key": "storage_version",
 			"value": "/storage/api/v1",
 			"enabled": true
+		},
+		{
+			"key": "control_version",
+			"value": "/control/api/v1",
+			"type": "default",
+			"enabled": true
+		},
+		{
+			"key": "device_sn",
+			"value": "xxxxxxxxxx",
+			"type": "default",
+			"enabled": true
 		}
 	],
 	"_postman_variable_scope": "environment",
-	"_postman_exported_at": "2022-03-29T03:52:14.600Z",
-	"_postman_exported_using": "Postman/9.7.1"
+	"_postman_exported_at": "2022-09-23T03:53:25.999Z",
+	"_postman_exported_using": "Postman/9.31.0"
 }
\ No newline at end of file

--
Gitblit v1.9.3