From 88ff83ef21b9806fabd4bf1aed624e8d62b80207 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E5=8D=8E=E6=B8=85?= <18691022700@163.com> Date: Sat, 25 Oct 2025 16:24:08 +0800 Subject: [PATCH] =?UTF-8?q?=E9=80=81=E7=9B=B2=E7=9B=92=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/api/model/GiveGift.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/api/model/GiveGift.php b/application/api/model/GiveGift.php index eafe6bf..3312dbc 100644 --- a/application/api/model/GiveGift.php +++ b/application/api/model/GiveGift.php @@ -403,7 +403,7 @@ class GiveGift extends Model } //推送礼物特效 if(!isset($ext['is_draw_gift']) || $ext['is_draw_gift'] != 1){// 非盲盒转盘 推送 - if($gift_info['label'] == 2){ + if($gift_info_label['label'] == 2){ //循环开出来的盲盒,相同的礼物只推送一次,消息推送为$FromUserInfo['nickname'] . ' 送给 ' . $ToUserInfo['nickname'].' 趣味礼物 ' .$gift_inf['gift_name'].' x 多少'; if($gift_box){ // 统计相同礼物的数量