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'],