Browse Source

Merge branch 'master' of http://git.shengws.com/csx/gdyb

csx 2 years ago
parent
commit
bd5932df96
1 changed files with 1 additions and 1 deletions
  1. 1 1
      controllers/nm/nm_controller.go

+ 1 - 1
controllers/nm/nm_controller.go View File

629
 	//miConfig, _ := service.FindMedicalInsuranceInfo(c.GetAdminUserInfo().CurrentOrgId)
629
 	//miConfig, _ := service.FindMedicalInsuranceInfo(c.GetAdminUserInfo().CurrentOrgId)
630
 	str := make([]byte, 2048)
630
 	str := make([]byte, 2048)
631
 	inputData := make(map[string]interface{})
631
 	inputData := make(map[string]interface{})
632
-	inputData["IP"] = "tyjk.nm.hsip.gov.cn"
632
+	inputData["IP"] = "10.38.23.105"
633
 	inputData["PORT"] = 8090
633
 	inputData["PORT"] = 8090
634
 	inputData["TIMEOUT"] = 180
634
 	inputData["TIMEOUT"] = 180
635
 	inputData["LOG_PATH"] = "C:\\log\\"
635
 	inputData["LOG_PATH"] = "C:\\log\\"