Updata:去除不必要err
This commit is contained in:
parent
4b999f57c4
commit
04b4b3f7c5
@ -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