From 4a08d656f030af09e0069d9b6f9f62e8d334f087 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E9=92=8A?= Date: Wed, 15 Oct 2025 16:12:22 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E9=9C=80=E6=B1=82-=E6=B4=BB=E5=8A=A8?= =?UTF-8?q?=E9=9C=80=E6=B1=82-=E7=9B=B2=E7=9B=92=E8=BD=AC=E7=9B=98?= =?UTF-8?q?=E8=B0=83=E9=80=9A=E7=9B=98-=E5=B7=A1=E4=B9=90=E4=BC=9A-?= =?UTF-8?q?=E8=B0=83=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../model/BlindBoxTurntableGiftDrawWorld.php | 26 +++++++++---------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/application/api/model/BlindBoxTurntableGiftDrawWorld.php b/application/api/model/BlindBoxTurntableGiftDrawWorld.php index e0e7c36..dae956d 100644 --- a/application/api/model/BlindBoxTurntableGiftDrawWorld.php +++ b/application/api/model/BlindBoxTurntableGiftDrawWorld.php @@ -851,11 +851,11 @@ class BlindBoxTurntableGiftDrawWorld extends Model // 聊天室推送系统消息 // 推送 - $text = [ - 'xlh_data' => $xlh, - 'text' => "" - ]; - model('Chat')->sendMsg(1056,$room_id,$text); +// $text = [ +// 'xlh_data' => $xlh, +// 'text' => "" +// ]; +// model('Chat')->sendMsg(1056,$room_id,$text); } /** * 统计礼物数量 @@ -1415,14 +1415,14 @@ class BlindBoxTurntableGiftDrawWorld extends Model $room_user = db::name('user')->where('id',$room_data['user_id'])->field('nickname,avatar')->find(); //锁定礼物 - $text = [ - 'gift_num' => $pan_xlh_num, - 'FromUserInfo' => $FromUserInfo, - 'end_time' => $end_time, - 'text' => $FromUserInfo['nickname'] . ' 在 ' . ' 巡乐会活动中 获得' . $gift_info['gift_name'] . '礼物 x 1' - ]; - - model('Chat')->sendMsg(1057, $room_id, $text); +// $text = [ +// 'gift_num' => $pan_xlh_num, +// 'FromUserInfo' => $FromUserInfo, +// 'end_time' => $end_time, +// 'text' => $FromUserInfo['nickname'] . ' 在 ' . ' 巡乐会活动中 获得' . $gift_info['gift_name'] . '礼物 x 1' +// ]; +// +// model('Chat')->sendMsg(1057, $room_id, $text); //推送礼物横幅 $text = $FromUserInfo['nickname'] .' 巡乐会活动中锁定礼物'.$locking_gift['gift_name'].' x ' .$pan_xlh_num ;