From 8e10cec76285192d30abecd7d09001a75f2755a3 Mon Sep 17 00:00:00 2001
From: guoshilong <123456>
Date: Tue, 19 Sep 2023 16:11:27 +0800
Subject: [PATCH] 计划查询
---
src/main/resources/application.yml | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml
index 1604425..1981c65 100644
--- a/src/main/resources/application.yml
+++ b/src/main/resources/application.yml
@@ -56,7 +56,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/+/+,thing/product/+/+
+ inbound-topic: sys/product/+/status,thing/product/+/requests
DRC:
protocol: WS # @see com.dji.sample.component.mqtt.model.MqttProtocolEnum
host: 182.106.212.58
--
Gitblit v1.9.3