From d84ffe29843c437218ebfcf0729109c053f1e611 Mon Sep 17 00:00:00 2001 From: mofangmin Date: Thu, 18 Jul 2024 10:34:39 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A8=8E=E8=B4=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- modules/web/handler/withdraw.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/web/handler/withdraw.go b/modules/web/handler/withdraw.go index c0693b1..a97298f 100644 --- a/modules/web/handler/withdraw.go +++ b/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