正在显示
1 个修改的文件
包含
2 行增加
和
0 行删除
@@ -26,6 +26,8 @@ func init() { | @@ -26,6 +26,8 @@ func init() { | ||
26 | web.Post("/v1/manufacture-weigh/product-records/cancel", middleware.RedirectManufactureWeigh()) | 26 | web.Post("/v1/manufacture-weigh/product-records/cancel", middleware.RedirectManufactureWeigh()) |
27 | // 历史记录 | 27 | // 历史记录 |
28 | web.Post("/v1/manufacture-weigh/product-records/history", middleware.RedirectManufactureWeigh()) | 28 | web.Post("/v1/manufacture-weigh/product-records/history", middleware.RedirectManufactureWeigh()) |
29 | + //请求数控数据 | ||
30 | + web.Post("/v1/manufacture-weigh/data/digitization", middleware.RedirectManufactureWeigh()) | ||
29 | 31 | ||
30 | // 车间生产效率 | 32 | // 车间生产效率 |
31 | web.Post("/v1/manufacture-weigh/statistics/workshop-production-efficiency-statistics", middleware.RedirectManufactureWeigh()) | 33 | web.Post("/v1/manufacture-weigh/statistics/workshop-production-efficiency-statistics", middleware.RedirectManufactureWeigh()) |
-
请 注册 或 登录 后发表评论