From 5caf271d18138c47cce1aa5a2b0f522025785806 Mon Sep 17 00:00:00 2001 From: sxy <3187870250@qq.com> Date: Fri, 27 Jun 2025 10:52:35 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=B7=AF=E7=94=B1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pkg/router/bundle.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/router/bundle.go b/pkg/router/bundle.go index 9885839..d06d9fb 100644 --- a/pkg/router/bundle.go +++ b/pkg/router/bundle.go @@ -55,7 +55,7 @@ func BundleRouter(r *gin.RouterGroup) { } bundleAppRouteV2 := bundleAppRoute.Group("app/system/v2") { - bundleAppRouteV2.POST("bundle-list", bundle.BundleListV2) + bundleAppRouteV2.POST("bundle-list", bundle.BundleListH5V2) bundleAppRouteV2.POST("bundle-detail", bundle.BundleDetailV2) bundleAppRouteV2.POST("add-value/only", bundle.OnlyAddValueListByOrderNo) }