|
@@ -26,12 +26,7 @@ func (c *EnglishReportController) PublishNotify() {
|
|
|
c.FailWithMessage("请输入id")
|
|
|
return
|
|
|
}
|
|
|
- if utils.RunMode == "debug" {
|
|
|
- go services.PullEnglishPolicyReportSingle(id)
|
|
|
- } else {
|
|
|
- //暂不上线,走测试环境
|
|
|
- services.TestDebugEnglishPolicyReport(id)
|
|
|
- }
|
|
|
+ go services.PullEnglishPolicyReportSingle(id)
|
|
|
|
|
|
c.Ok()
|
|
|
return
|