Compare commits
2 Commits
f2332671aa
...
988d1342f5
Author | SHA1 | Date | |
---|---|---|---|
988d1342f5 | |||
fec7641edb |
@ -43,3 +43,8 @@ func (b *BundleProvider) CalculatePrice(ctx context.Context, req *bundle.Calcula
|
||||
func (b *BundleProvider) BatchGetValueAddServiceLang(ctx context.Context, req *bundle.BatchGetValueAddServiceLangRequest) (res *bundle.BatchGetValueAddServiceLangResponse, err error) {
|
||||
return logic.BatchGetValueAddServiceLang(req)
|
||||
}
|
||||
|
||||
// // h5套餐列表
|
||||
func (b *BundleProvider) BundleListH5V2(_ context.Context, req *bundle.BundleListRequest) (res *bundle.BundleListResponse, err error) {
|
||||
return logic.BundleListH5V2(req)
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user