diff --git a/app/hdl/comm/hdl_comm.go b/app/hdl/comm/hdl_comm.go index acb9b15..603dd83 100644 --- a/app/hdl/comm/hdl_comm.go +++ b/app/hdl/comm/hdl_comm.go @@ -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 diff --git a/app/svc/svc_withdraw_apply.go b/app/svc/svc_withdraw_apply.go index cb7d94f..d856347 100644 --- a/app/svc/svc_withdraw_apply.go +++ b/app/svc/svc_withdraw_apply.go @@ -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