From 12f1a743f74db5045425c418b488a417d5afa214 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E9=92=8A?= Date: Sat, 6 Sep 2025 17:24:51 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B7=A1=E4=B9=90=E4=BC=9A=E6=8A=BD=E5=A5=96?= =?UTF-8?q?=E6=8E=A5=E5=8F=A3=E6=8F=90=E4=BA=A4.-bug=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/api/model/UserGiftPack.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/application/api/model/UserGiftPack.php b/application/api/model/UserGiftPack.php index 54a812a..d3c3b65 100644 --- a/application/api/model/UserGiftPack.php +++ b/application/api/model/UserGiftPack.php @@ -79,7 +79,8 @@ class UserGiftPack extends Model self::GIFT_PACK_GET, // self::GIFT_SEND, self::FIRST_CHARGE, - self::DRAW_GIFT + self::DRAW_GIFT, + self::XLH_DRAW_GIFT_GET ]; //获取背包日志列表 $log_model = Db::name('vs_user_gift_pack_log')->where(['user_id'=>$uid])->whereIn('type', $type)