From 3f73692feb6961424f7b75a240a113cca8d8c6e1 Mon Sep 17 00:00:00 2001 From: huangjiajun <582604932@qq.com> Date: Sat, 1 Jun 2024 11:22:46 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/router/big_data_router.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/router/big_data_router.go b/app/router/big_data_router.go index 5d45fd6..1f11d54 100644 --- a/app/router/big_data_router.go +++ b/app/router/big_data_router.go @@ -30,5 +30,5 @@ func rData(r *gin.RouterGroup) { r.GET("/new_sorting_goods_cate", hdl.NewSortingGoodsCate) //分拣区 按商品 r.POST("/new_sorting_goods_data", hdl.NewSortingGoodsData) //分拣区 按商品 数据 - r.POST("/notice", hdl.Notice) + r.GET("/notice", hdl.Notice) }