From 28b4c9bb761f291dd6a4ab8899373e69ef95a92d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E5=8D=8E=E6=B8=85?= <18691022700@163.com> Date: Tue, 23 Dec 2025 16:44:38 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B9=B8=E8=BF=90=E5=B8=81=E5=85=A8=E9=BA=A6?= =?UTF-8?q?=E9=80=81=20=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/api/model/Lottery.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/api/model/Lottery.php b/application/api/model/Lottery.php index 712ddaf1..fa390e34 100644 --- a/application/api/model/Lottery.php +++ b/application/api/model/Lottery.php @@ -66,7 +66,7 @@ class Lottery extends Model // 1. 记录礼物赠送 $giftRecord = [ 'send_uid' => $send_uid, - 'recv_uid' => $recv_uid, + 'recv_uid' => $to_id, 'gift_id' => $gift_id, 'gift_gold' => $gift_price, 'recv_gold' => $gift_price /2 ,