Compare commits

...

3 Commits

Author SHA1 Message Date
sxy
1d696825d3 Merge branch 'sxy' into dev 2025-06-19 16:08:56 +08:00
sxy
3b267ef26f 修改h5套餐列表-2 2025-06-19 16:08:06 +08:00
sxy
5394e81a3a Revert "Merge branch 'sxy' into dev"
This reverts commit 988d1342f5, reversing
changes made to f2332671aa.
2025-06-19 16:04:48 +08:00

View File

@ -44,7 +44,7 @@ func (b *BundleProvider) BatchGetValueAddServiceLang(ctx context.Context, req *b
return logic.BatchGetValueAddServiceLang(req)
}
// // h5套餐列表
func (b *BundleProvider) BundleListH5V2(_ context.Context, req *bundle.BundleListRequest) (res *bundle.BundleListResponse, err error) {
return logic.BundleListH5V2(req)
}
// // 增加h5套餐列表
// func (b *BundleProvider) BundleListH5V2(_ context.Context, req *bundle.BundleListRequest) (res *bundle.BundleListResponse, err error) {
// return logic.BundleListH5V2(req)
// }