Compare commits
No commits in common. "988d1342f56411d5ce83f408413de3eea679c0a6" and "f2332671aa5a5524409a82b250fa56a5a268b7d7" have entirely different histories.
988d1342f5
...
f2332671aa
@ -43,8 +43,3 @@ 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) {
|
func (b *BundleProvider) BatchGetValueAddServiceLang(ctx context.Context, req *bundle.BatchGetValueAddServiceLangRequest) (res *bundle.BatchGetValueAddServiceLangResponse, err error) {
|
||||||
return logic.BatchGetValueAddServiceLang(req)
|
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