浏览代码

实名扣余额

master
huangjiajun 13 小时前
父节点
当前提交
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


正在加载...
取消
保存