Updata:去除不必要err

This commit is contained in:
jiaji.H 2025-09-04 11:55:50 +08:00
parent 4b999f57c4
commit 04b4b3f7c5

View File

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