Merge branch 'feat-hjj-packageManage#A116' into dev
This commit is contained in:
commit
a803a80f52
@ -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)
|
||||||
|
Loading…
Reference in New Issue
Block a user