From 6ec922e73cc857085e2a5313983c936514d389fa Mon Sep 17 00:00:00 2001
From: xieb <vip_xiaobin810@163.com>
Date: Tue, 26 Sep 2023 09:11:58 +0800
Subject: [PATCH] 航线起飞

---
 src/main/resources/application.yml |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml
index fac0e7b..3867c73 100644
--- a/src/main/resources/application.yml
+++ b/src/main/resources/application.yml
@@ -59,7 +59,7 @@
     path:
     # Topics that need to be subscribed when initially connecting to mqtt, multiple topics are divided by ",".
 #    inbound-topic: sys/product/+/status,thing/product/+/requests
-    inbound-topic: sys/product/+/status,thing/product/+/requests
+    inbound-topic: sys/product/+/+,thing/product/+/+
   DRC:
     protocol: WS # @see com.dji.sample.component.mqtt.model.MqttProtocolEnum
     host: 182.106.212.58
@@ -135,7 +135,7 @@
 
 ntp:
   server:
-    host: Google.mzr.me
+    host: ntp.ntsc.ac.cn
 
 # To create a license for an application: https://developer.dji.com/user/apps/#all
 cloud-api:

--
Gitblit v1.9.3