xuzhiheng 1 year ago
parent
commit
444cc45f79
1 changed files with 3 additions and 3 deletions
  1. 3 3
      CMPlatform/push/push.go

+ 3 - 3
CMPlatform/push/push.go

@@ -374,10 +374,10 @@ func postTT(dataSource string, data map[string]interface{}) string {
 	apiurl := "https://zlbss-crm.chinatowercom.cn/erp/syncdata/open/objdata/push"
 	apiurl := "https://zlbss-crm.chinatowercom.cn/erp/syncdata/open/objdata/push"
 	log.Debug("apiurl:" + apiurl)
 	log.Debug("apiurl:" + apiurl)
 	header := map[string]string{
 	header := map[string]string{
-		"token":             "43f8e3c05a8edf8ee85bbc8755043b01",
-		"tenantId":          "40070007",
+		"token":             "6452fdd0973b9eca4d2e873858c323c5",
+		"tenantId":          "40070002",
 		"objectApiName":     "object_HDngT__c",
 		"objectApiName":     "object_HDngT__c",
-		"dataCenterId":      "649d4eb19ced6c0001587f26",
+		"dataCenterId":      "6455ef2722bcd30001bccbe1",
 		"id":                common.ObjToString(data["infoId"]),
 		"id":                common.ObjToString(data["infoId"]),
 		"version":           "v1",
 		"version":           "v1",
 		"Content-Type":      "application/json",
 		"Content-Type":      "application/json",