From 7ac7cda525cd990ef482b5c3f01772c823f3911e Mon Sep 17 00:00:00 2001 From: sxy <3187870250@qq.com> Date: Tue, 25 Mar 2025 16:53:49 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E5=A2=9E=E5=80=BC=E5=A5=97?= =?UTF-8?q?=E9=A4=90=E6=9C=8D=E5=8A=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pkg/router/bundleOrder.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkg/router/bundleOrder.go b/pkg/router/bundleOrder.go index 2a44232..bf2a42a 100644 --- a/pkg/router/bundleOrder.go +++ b/pkg/router/bundleOrder.go @@ -4,6 +4,7 @@ import ( "fonchain-fiee/pkg/middleware" "fonchain-fiee/pkg/service" "fonchain-fiee/pkg/service/bundle" + "github.com/gin-gonic/gin" ) @@ -19,6 +20,7 @@ func BundleOrderRouter(r *gin.RouterGroup) { bundleOrderClientRoute := bundleOrderRoute.Group("common") { bundleOrderClientRoute.POST("bundle-order-list", bundle.OrderRecordsList) + bundleOrderClientRoute.POST("valueAdd-bundle-record-detail", bundle.ValueAddBundleRecordDetail) } bundleOrderAppRoute := bundleOrderRoute.Group("app")