From 58d77b1e1affc948104e409e9d480cf3c43a4d87 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E9=92=8A?= Date: Tue, 23 Dec 2025 18:36:35 +0800 Subject: [PATCH] =?UTF-8?q?=E7=9B=B2=E7=9B=92=E8=BD=AC=E7=9B=98=E8=90=BD?= =?UTF-8?q?=E5=8C=85=EF=BC=8C=E5=8A=A0=E6=8E=A8=E9=80=81=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/api/model/BlindBoxTurntableGiftDrawWorldNew.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/api/model/BlindBoxTurntableGiftDrawWorldNew.php b/application/api/model/BlindBoxTurntableGiftDrawWorldNew.php index fcdf010c..3fea0654 100644 --- a/application/api/model/BlindBoxTurntableGiftDrawWorldNew.php +++ b/application/api/model/BlindBoxTurntableGiftDrawWorldNew.php @@ -1790,7 +1790,7 @@ class BlindBoxTurntableGiftDrawWorldNew extends Model foreach ($gift_counts as $value) { $draw_gift = Db::name('vs_gift')->where(['gid'=>$value['gift_id']])->find(); if($draw_gift['is_public_server'] == 1){ - $text_message = $user_nickname . '在' . $bag_data['gift_bag_name'] . '中获得了礼物' . $draw_gift['gift_name'] . 'X' . $value['count']."\n"; + $text_message = $user_nickname . '在' . $bag_data['gift_bag_name'] . '中获得了礼物' . $draw_gift['gift_name'] . 'X' . $value['count']; $text_list_new[] = [ 'text' => $text_message, 'gift_picture' => $draw_gift['base_image'],