Ver código fonte

实名扣余额

master
huangjiajun 13 horas atrás
pai
commit
55e1386cb7
1 arquivos alterados com 4 adições e 0 exclusões
  1. +4
    -0
      app/svc/svc_withdraw_apply.go

+ 4
- 0
app/svc/svc_withdraw_apply.go Ver arquivo

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


Carregando…
Cancelar
Salvar