Prechádzať zdrojové kódy

Merge branch 'feature/eta1.6.7_permission' into debug

xyxie 1 rok pred
rodič
commit
e150f0eedc
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  1. 1 1
      services/report_chapter_type_sync.go

+ 1 - 1
services/report_chapter_type_sync.go

@@ -58,7 +58,7 @@ func EditReportChapterTypeRuleSync(pars *EditReportChapterTypeRuleSyncReq) (err
 	if utils.CrmEtaServerUrl == "" {
 		return
 	}
-	url := fmt.Sprint(utils.CrmEtaServerUrl, "/api/eta/chapter_type/yb/sync")
+	url := fmt.Sprint(utils.CrmEtaServerUrl, "/api/eta/chapter_type/rule/sync")
 	b, err := crmEtaPost(url, pars)
 	if err != nil {
 		errMsg = "更新品种失败"