作者 Your Name

Merge branch 'dev' into test

@@ -112,7 +112,7 @@ spec: @@ -112,7 +112,7 @@ spec:
112 - name: ALLIED_CREATION_COOPERATION_HOST 112 - name: ALLIED_CREATION_COOPERATION_HOST
113 value: "http://allied-creation-cooperation-dev.fjmaimaimai.com" 113 value: "http://allied-creation-cooperation-dev.fjmaimaimai.com"
114 - name: ALLIED_CREATION_MANUFACTURE_HOST 114 - name: ALLIED_CREATION_MANUFACTURE_HOST
115 - value: "http://106.75.231.90:9999" 115 + value: "http://allied-creation-manufacture-dev.fjmaimaimai.com" #http://106.75.231.90:9999
116 - name: ALLIED_CREATION_BASIC_HOST 116 - name: ALLIED_CREATION_BASIC_HOST
117 value: "http://allied-creation-basic-dev.fjmaimaimai.com" 117 value: "http://allied-creation-basic-dev.fjmaimaimai.com"
118 - name: SMS_SERVE_HOST 118 - name: SMS_SERVE_HOST
@@ -35,4 +35,9 @@ func init() { @@ -35,4 +35,9 @@ func init() {
35 web.Post("/v1/manufacture-weigh/statistics/device-production-efficiency-statistics", middleware.RedirectManufactureWeigh()) 35 web.Post("/v1/manufacture-weigh/statistics/device-production-efficiency-statistics", middleware.RedirectManufactureWeigh())
36 36
37 web.Post("/v1/manufacture-weigh/statistics/internal/:actionType", middleware.RedirectManufactureWeigh()) 37 web.Post("/v1/manufacture-weigh/statistics/internal/:actionType", middleware.RedirectManufactureWeigh())
  38 + //奖惩标准
  39 + web.Post("/v1/manufacture-weigh/reward-standard/search", middleware.RedirectManufactureWeigh())
  40 + //奖惩规则
  41 + web.Post("/v1/manufacture-weigh/reward-rule/", middleware.RedirectManufactureWeigh())
  42 +
38 } 43 }