正在显示
1 个修改的文件
包含
2 行增加
和
0 行删除
@@ -29,4 +29,6 @@ func init() { | @@ -29,4 +29,6 @@ func init() { | ||
29 | web.Post("/v1/manufacture-weigh/statistics/device-running-info", middleware.RedirectManufactureWeigh()) | 29 | web.Post("/v1/manufacture-weigh/statistics/device-running-info", middleware.RedirectManufactureWeigh()) |
30 | // 设备生产效率 | 30 | // 设备生产效率 |
31 | web.Post("/v1/manufacture-weigh/statistics/device-production-efficiency-statistics", middleware.RedirectManufactureWeigh()) | 31 | web.Post("/v1/manufacture-weigh/statistics/device-production-efficiency-statistics", middleware.RedirectManufactureWeigh()) |
32 | + | ||
33 | + web.Post("/v1/manufacture-weigh/statistics/internal/:actionType", middleware.RedirectManufactureWeigh()) | ||
32 | } | 34 | } |
-
请 注册 或 登录 后发表评论