Kaynağa Gözat

实名扣余额

master
huangjiajun 13 saat önce
ebeveyn
işleme
55e1386cb7
1 değiştirilmiş dosya ile 4 ekleme ve 0 silme
  1. +4
    -0
      app/svc/svc_withdraw_apply.go

+ 4
- 0
app/svc/svc_withdraw_apply.go Dosyayı Görüntüle

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


Yükleniyor…
İptal
Kaydet