巡乐会抽奖接口提交.-mqtt修改

This commit is contained in:
2025-08-29 10:46:37 +08:00
parent dcb4c840ba
commit 1df47f6b89

View File

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