diff --git a/internal/controller/bundleV2.go b/internal/controller/bundleV2.go
index 10007ab..90389ac 100644
--- a/internal/controller/bundleV2.go
+++ b/internal/controller/bundleV2.go
@@ -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)
+// }