From 89206ee3e6dc925635ceff5ea923056c2ff2533d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E9=92=8A?= Date: Sun, 28 Sep 2025 18:26:08 +0800 Subject: [PATCH] =?UTF-8?q?=E7=9B=B2=E7=9B=92=E8=BD=AC=E7=9B=98=E4=BB=A3?= =?UTF-8?q?=E7=A0=81=E4=BC=98=E5=8C=96?= 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 9b222c7..f0cee19 100644 --- a/application/api/model/GiveGift.php +++ b/application/api/model/GiveGift.php @@ -41,7 +41,7 @@ class GiveGift extends Model public function give_gift($uid,$to_uid,$gid,$num,$from_type,$type,$from_id = 0,$pit_number = 0,$change_type = 0,$ext = []) { if(isset($ext['is_draw_gift']) && $ext['is_draw_gift'] == 1) { - $return_pan = $this->give_gift_to_pan($uid, $to_uid, $gid, $num, $from_type, $type, $from_id = 0, $pit_number = 0, $change_type = 0, $ext = []); + $return_pan = $this->give_gift_to_pan($uid, $to_uid, $gid, $num, $from_type, $type, $from_id, $pit_number, $change_type, $ext); return $return_pan; } //送的礼物信息