소스 검색

update

adv_callback
dengbiao 1 개월 전
부모
커밋
da784e25ff
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. +3
    -0
      app/svc/svc_withdraw_apply.go

+ 3
- 0
app/svc/svc_withdraw_apply.go 파일 보기

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


불러오는 중...
취소
저장