Parcourir la source

update

adv_callback
dengbiao il y a 1 mois
Parent
révision
da784e25ff
1 fichiers modifiés avec 3 ajouts et 0 suppressions
  1. +3
    -0
      app/svc/svc_withdraw_apply.go

+ 3
- 0
app/svc/svc_withdraw_apply.go Voir le fichier

@@ -33,6 +33,9 @@ func CheckWithdraw(c *gin.Context, amount string) (err error, realAmount, fee st
//2、判断是否为第一次提现
var isCompleteFirstWithdraw bool
has, err := db.Db.Where("uid =?", user.Id).Get(&model.FinWithdrawApply{})
if err != nil {
return
}
if !has { //第一次提现
isFirst = true
var firstWithdrawSet md.FirstWithdrawSet


Chargement…
Annuler
Enregistrer