pull/11/head
mofangmin 1 year ago
parent 15c785b8ff
commit d84ffe2984
  1. 2
      modules/web/handler/withdraw.go

@ -350,7 +350,7 @@ func PlayerWithdraw(c *gin.Context) {
con := call.GetVipCon(uid)
realAmount := need // 实际打款
if con != nil && con.Fee > 0 {
realAmount = common.RoundCurrency(req.CurrencyType, (1000-int64(con.Fee))*realAmount/1000) - 6 // 固定税费
realAmount = common.RoundCurrency(req.CurrencyType, (1000-int64(con.Fee))*realAmount/1000) - 600 // 固定税费
}
var shouldAuto = false

Loading…
Cancel
Save