修改
This commit is contained in:
parent
5b4ead9979
commit
f29619085b
@ -64,7 +64,9 @@ func BundleList(req *bundle.BundleListRequest) (res *bundle.BundleListResponse,
|
|||||||
return res, commonErr.ReturnError(err, msg.ErrorGetBundleList, "获取套餐列表失败: ")
|
return res, commonErr.ReturnError(err, msg.ErrorGetBundleList, "获取套餐列表失败: ")
|
||||||
}
|
}
|
||||||
|
|
||||||
fmt.Printf("bundles %+v\n", bundles)
|
for _, bundleProfile := range bundles {
|
||||||
|
fmt.Printf("bundles %+v\n", bundleProfile)
|
||||||
|
}
|
||||||
|
|
||||||
_ = copier.CopyWithOption(&res.Bundles, bundles, copier.Option{DeepCopy: true})
|
_ = copier.CopyWithOption(&res.Bundles, bundles, copier.Option{DeepCopy: true})
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user