From 1df47f6b893ffc38123e4d776a9574cc674deb1b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E9=92=8A?= Date: Fri, 29 Aug 2025 10:46:37 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B7=A1=E4=B9=90=E4=BC=9A=E6=8A=BD=E5=A5=96?= =?UTF-8?q?=E6=8E=A5=E5=8F=A3=E6=8F=90=E4=BA=A4.-mqtt=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/common/controller/Push.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/common/controller/Push.php b/application/common/controller/Push.php index ab9269f..e1ca46f 100644 --- a/application/common/controller/Push.php +++ b/application/common/controller/Push.php @@ -293,7 +293,7 @@ class Push //巡乐会推送 public function xunlehui($data){ - $topic = 'xunlehui'; + $topic = 'qx_xunlehui'; $this->push(self::PUSH_ROOM_PAN_XLH_PROGRESS, $topic, $data); }