From 04b4b3f7c51765549ed9ebea9b8497d6633086e9 Mon Sep 17 00:00:00 2001 From: "jiaji.H" Date: Thu, 4 Sep 2025 11:55:50 +0800 Subject: [PATCH] =?UTF-8?q?Updata=EF=BC=9A=E5=8E=BB=E9=99=A4=E4=B8=8D?= =?UTF-8?q?=E5=BF=85=E8=A6=81err?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- internal/logic/valueAddBundleLogic.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/internal/logic/valueAddBundleLogic.go b/internal/logic/valueAddBundleLogic.go index b1d3e30..7690af7 100644 --- a/internal/logic/valueAddBundleLogic.go +++ b/internal/logic/valueAddBundleLogic.go @@ -413,8 +413,6 @@ func ValueAddServiceList(req *bundle.ValueAddServiceListRequest) (res *bundle.Va if quotaInfo != "" && serviceInfo.ServiceType != 5 { serviceInfo.ServiceQuota = quotaInfo serviceInfo.IsExpired = isExpired - } else { - return res, errors.New("额度信息获取错误") } } res.ValueAddServiceList = append(res.ValueAddServiceList, serviceInfo)