From 227ad92a2fe99046895ff8d4cb79327de720dace 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:49:29 +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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/api/model/SendGift.php b/application/api/model/SendGift.php index 06b7885b..d0fec3e0 100644 --- a/application/api/model/SendGift.php +++ b/application/api/model/SendGift.php @@ -1037,7 +1037,7 @@ class SendGift extends Model } if($gift_info['label'] == 17) { -// $label_text = rtrim($label_text, '/'); + $label_text = rtrim($label_text, "\n"); $texts = [ 'FromUserInfo' => $FromUserInfo, 'ToUserInfos' => $ToUserInfos,