From 136a819ccfa716b0c1b45ddd900f5deda2b9aae7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E5=8D=8E=E6=B8=85?= <18691022700@163.com> Date: Wed, 7 Jan 2026 18:44:54 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8E=A8=E9=80=81=E6=B6=88=E6=81=AF=E5=8A=A0?= =?UTF-8?q?=E6=8D=A2=E8=A1=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/api/model/SendGift.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/application/api/model/SendGift.php b/application/api/model/SendGift.php index 8a503393..cbf62f30 100644 --- a/application/api/model/SendGift.php +++ b/application/api/model/SendGift.php @@ -1002,7 +1002,7 @@ class SendGift extends Model } }else{ if($gift_info['label'] == 17) { - $label_text .= $FromUserInfo['nickname'] . ' 送给 ' . $ToUserInfo['nickname'] . ' 礼物 ' . $gift_info['gift_name'] . ' x ' . $num . '/'; + $label_text .= $FromUserInfo['nickname'] . ' 送给 ' . $ToUserInfo['nickname'] . ' 礼物 ' . $gift_info['gift_name'] . ' x ' . $num . '\n'; $ToUserInfos[] = $ToUserInfo; }else{ $text = $FromUserInfo['nickname'] . ' 送给 ' . $ToUserInfo['nickname'] . ' 礼物 ' . $gift_info['gift_name'] . ' x ' . $num; @@ -1037,7 +1037,7 @@ class SendGift extends Model } if($gift_info['label'] == 17) { - $label_text = rtrim($label_text, '/'); +// $label_text = rtrim($label_text, '/'); $texts = [ 'FromUserInfo' => $FromUserInfo, 'ToUserInfos' => $ToUserInfos,