Browse Source

实名扣余额

master
huangjiajun 8 hours ago
parent
commit
55e1386cb7
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      app/svc/svc_withdraw_apply.go

+ 4
- 0
app/svc/svc_withdraw_apply.go View File

@@ -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


Loading…
Cancel
Save