Sfoglia il codice sorgente

实名扣余额

master
huangjiajun 13 ore fa
parent
commit
55e1386cb7
1 ha cambiato i file con 4 aggiunte e 0 eliminazioni
  1. +4
    -0
      app/svc/svc_withdraw_apply.go

+ 4
- 0
app/svc/svc_withdraw_apply.go Vedi 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


Caricamento…
Annulla
Salva