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); }