From 6055ddc7fc95c707d80b8a0828e90b4e91e40845 Mon Sep 17 00:00:00 2001 From: chenlin Date: Tue, 27 Aug 2024 15:18:44 +0800 Subject: [PATCH] =?UTF-8?q?1.=E4=BF=AE=E5=A4=8D=E8=87=AA=E5=8A=A8=E5=BC=80?= =?UTF-8?q?=E9=80=9A=E4=BC=9A=E5=91=98=E6=97=B6=EF=BC=8C=E6=B2=B3=E9=A9=AC?= =?UTF-8?q?=E4=BB=98=E5=9B=9E=E8=B0=83=E9=80=9A=E7=9F=A5=E5=88=9B=E5=BB=BA?= =?UTF-8?q?=E9=82=80=E8=AF=B7=E8=AE=B0=E5=BD=95=E6=B2=A1=E6=9C=89=E8=AE=B0?= =?UTF-8?q?=E5=BD=95=E7=94=A8=E6=88=B7uid=E7=9A=84=E7=BC=BA=E9=99=B7?= =?UTF-8?q?=EF=BC=9B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- controller/game_card.go | 1 + 1 file changed, 1 insertion(+) diff --git a/controller/game_card.go b/controller/game_card.go index a4c602a..b0183c9 100644 --- a/controller/game_card.go +++ b/controller/game_card.go @@ -1745,6 +1745,7 @@ func HmPushWXPayNotice(c *gin.Context) { } } else if err == model.RecordNotFound { // 没有邀请记录,完全是用户自己开通会员,自己续费;按产品要求也需要有记录 inviteRecordNew := &model.UserInviteRecord{ + ToUid: user.Uid, Action: 2, SpendType: spendType, MemberLevel: record.MemberLevel,