dengbiao 6 days ago
parent
commit
e442ef03e7
2 changed files with 0 additions and 2 deletions
  1. +0
    -1
      app/hdl/comm/hdl_comm.go
  2. +0
    -1
      app/svc/svc_withdraw_apply.go

+ 0
- 1
app/hdl/comm/hdl_comm.go View File

@@ -150,7 +150,6 @@ func AccessRecords(c *gin.Context) {
e.OutErr(c, e.ERR_DB_ORM, err.Error())
return
}

} else {
e.OutErr(c, e.ERR, errors.New("无效的重复请求").Error())
return


+ 0
- 1
app/svc/svc_withdraw_apply.go View File

@@ -305,7 +305,6 @@ func GetWithdrawCondition(user *model.User, setting *model.FinWithdrawSetting, i
}(firstWithdrawSet.IsNeedRealName)
resp.NotWithdrawReason = ""
resp.FirstWithdrawAmountLimit = firstWithdrawSet.FirstWithdrawAmountLimit
resp.IsCanWithdraw = true
}

return resp


Loading…
Cancel
Save