增加领取时间

dev
mofangmin 1 year ago
parent 547bc9a02e
commit 2d1b27cd39
  1. 2
      modules/web/handler/activity.go
  2. 1
      modules/web/values/activity.go

@ -685,7 +685,7 @@ func ActivityFirstRechargeBackInfo(c *gin.Context) {
}
val = val * conf.MaxBack / 100
resp.Back = val
resp.DrawTime = data.RechargeTime + common.ActivityFirstRechargeBackTime
}
func ActivityFirstRechargeBackDraw(c *gin.Context) {

@ -47,6 +47,7 @@ type ActivityFirstRechargeBackInfoResp struct {
Recharge int64
Back int64
CanRecharge bool
DrawTime int64 // 领取时间
ProductList []*common.ConfigPayProduct
}

Loading…
Cancel
Save