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 {