作者 Your Name

Merge branch 'dev' into test

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