From 55e1386cb7cdeef10fa4c4fd05fdbd8fda5a9ff2 Mon Sep 17 00:00:00 2001 From: huangjiajun <582604932@qq.com> Date: Sun, 22 Dec 2024 13:24:25 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=9E=E5=90=8D=E6=89=A3=E4=BD=99=E9=A2=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/svc/svc_withdraw_apply.go | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/svc/svc_withdraw_apply.go b/app/svc/svc_withdraw_apply.go index 1e292c9..755be75 100644 --- a/app/svc/svc_withdraw_apply.go +++ b/app/svc/svc_withdraw_apply.go @@ -304,6 +304,10 @@ func GetWithdrawCondition(user *model.User, setting *model.FinWithdrawSetting, i return false }(firstWithdrawSet.IsNeedRealName) resp.FirstWithdrawAmountLimit = firstWithdrawSet.FirstWithdrawAmountLimit + if resp.FirstNeedRealName == false { //第一次不用实名,就不判断这个了 + resp.IsCanWithdraw = true + resp.NotWithdrawReason = "" + } } return resp