正在显示
1 个修改的文件
包含
5 行增加
和
0 行删除
| @@ -31,4 +31,9 @@ func init() { | @@ -31,4 +31,9 @@ func init() { | ||
| 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 | 32 | ||
| 33 | web.Post("/v1/manufacture-weigh/statistics/internal/:actionType", middleware.RedirectManufactureWeigh()) | 33 | web.Post("/v1/manufacture-weigh/statistics/internal/:actionType", middleware.RedirectManufactureWeigh()) |
| 34 | + //奖惩标准 | ||
| 35 | + web.Post("/v1/manufacture-weigh/reward-standard/search", middleware.RedirectManufactureWeigh()) | ||
| 36 | + //奖惩规则 | ||
| 37 | + web.Post("/v1/manufacture-weigh/reward-rule/", middleware.RedirectManufactureWeigh()) | ||
| 38 | + | ||
| 34 | } | 39 | } |
-
请 注册 或 登录 后发表评论