Ohio-HYF před 1 rokem
rodič
revize
36b79d22af
1 změnil soubory, kde provedl 2 přidání a 1 odebrání
  1. 2 1
      route/init.go

+ 2 - 1
route/init.go

@@ -152,6 +152,7 @@ func InitRoute(r *gin.Engine) {
 		s.POST("/selection/task/logistics/create", handler.WrapCreateSecTaskLogisticsHandler) // 上传物流信息
 		s.POST("/selection/task/logistics/update", handler.WrapUpdateSecTaskLogisticsHandler) // 修改物流信息
 		s.POST("/selection/task/settle", handler.WrapSettleSecTaskHandler)                    // 结算
-		s.POST("/selection/getAllSelection", handler.WrapGetAllSelectionHandler)              // 查询选品广场选品列表
+
+		s.POST("/selection/getAllSelection", handler.WrapGetAllSelectionHandler) // 查询选品广场选品列表
 	}
 }