@ -14,7 +14,7 @@ func (g *Gin) CheckWithdrawCondition(amount int64, t common.CurrencyType) (ok bo
down,up:=call.GetConfigWithdrawLimits()
ifamount<down||amount>up{
g.Code=values.CodeWithdrawCondition
g.Msg=fmt.Sprintf("The amount entered should be between $%s and %s.",util.FormatNumberBrazil(float64(down)/common.DecimalDigits),util.FormatNumberBrazil(float64(up)/common.DecimalDigits))
g.Msg=fmt.Sprintf("The amount entered should be between ₹%s and %s.",util.FormatNumberBrazil(float64(down)/common.DecimalDigits),util.FormatNumberBrazil(float64(up)/common.DecimalDigits))
return
}
// 拉取当前所需下注
@ -31,7 +31,7 @@ func (g *Gin) CheckWithdrawCondition(amount int64, t common.CurrencyType) (ok bo
limit=con.Exp/common.DecimalDigits
}
g.Code=values.CodeWithdrawConditionVip
g.Msg=fmt.Sprintf("Insufficient VIP levels your topup amount ($%d to become vip1 and be able to withdraw your money.",limit)
g.Msg=fmt.Sprintf("Insufficient VIP levels your topup amount (₹%d to become vip1 and be able to withdraw your money.",limit)