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 ;