Browse Source

更新

master
huangjiajun 5 months ago
parent
commit
3f73692feb
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      app/router/big_data_router.go

+ 1
- 1
app/router/big_data_router.go View File

@@ -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)
}

Loading…
Cancel
Save