From 46c4671920362d288aa6f669dd3361ec179be66d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E9=92=8A?= Date: Fri, 9 Jan 2026 14:48:21 +0800 Subject: [PATCH] =?UTF-8?q?=E9=85=92=E5=90=A7=E6=88=BF=E7=B1=BB=E5=9E=8B?= =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/api/model/GiftNew.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/api/model/GiftNew.php b/application/api/model/GiftNew.php index e68b3cff..64040443 100644 --- a/application/api/model/GiftNew.php +++ b/application/api/model/GiftNew.php @@ -69,7 +69,7 @@ class GiftNew extends Model $where['type'] = 1; break; case 6: - $where['type'] = 4; + $where['type'] = 6; $where['label'] = $label; break; }