Merge branch 'feat-hjj-packageManage#A116' into dev

This commit is contained in:
jiaji.H 2025-09-04 11:55:58 +08:00
commit a803a80f52

View File

@ -413,8 +413,6 @@ func ValueAddServiceList(req *bundle.ValueAddServiceListRequest) (res *bundle.Va
if quotaInfo != "" && serviceInfo.ServiceType != 5 { if quotaInfo != "" && serviceInfo.ServiceType != 5 {
serviceInfo.ServiceQuota = quotaInfo serviceInfo.ServiceQuota = quotaInfo
serviceInfo.IsExpired = isExpired serviceInfo.IsExpired = isExpired
} else {
return res, errors.New("额度信息获取错误")
} }
} }
res.ValueAddServiceList = append(res.ValueAddServiceList, serviceInfo) res.ValueAddServiceList = append(res.ValueAddServiceList, serviceInfo)