From 87efa401822e41ef8d9b5da41aedea99a9fe7f01 Mon Sep 17 00:00:00 2001 From: liwei <2211068034@qq.com> Date: Wed, 9 Aug 2023 16:35:38 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=8A=E4=BC=A0=E7=B4=AF=E5=85=85=E4=BC=98?= =?UTF-8?q?=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- modules/pay/module.go | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/pay/module.go b/modules/pay/module.go index 94f048844..d5cce3e45 100644 --- a/modules/pay/module.go +++ b/modules/pay/module.go @@ -221,6 +221,7 @@ func (this *Pay) ModulePayDelivery(session comm.IUserSession, Productid string, } return } + this.addrecharge.RechargeIntegral(session, conf.Integral) //记录累充积分 if info.Record[Productid] > 0 { res = conf.Vipexp } else {