Explorar o código

章节更新同步设置

xyxie hai 1 ano
pai
achega
32b92a37bc
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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 = "更新品种失败"