瀏覽代碼

实名扣余额

master
huangjiajun 12 小時之前
父節點
當前提交
351b2101e2
共有 1 個檔案被更改,包括 0 行新增4 行删除
  1. +0
    -4
      app/svc/svc_withdraw_apply.go

+ 0
- 4
app/svc/svc_withdraw_apply.go 查看文件

@@ -304,10 +304,6 @@ 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…
取消
儲存