Преглед на файлове

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

csx преди 2 години
родител
ревизия
4d7807c23e
променени са 1 файла, в които са добавени 5 реда и са изтрити 3 реда
  1. 5 3
      controllers/zh/zh_his_api_controller.go

+ 5 - 3
controllers/zh/zh_his_api_controller.go Целия файл

@@ -2632,10 +2632,12 @@ func (c *ZHHisApiController) TestGetBasBaseInit() {
2632 2632
 	//miConfig, _ := service.FindMedicalInsuranceInfo(c.GetAdminUserInfo().CurrentOrgId)
2633 2633
 	str := make([]byte, 2048)
2634 2634
 	inputData := make(map[string]interface{})
2635
-	inputData["IP"] = "10.144.211.75"
2636
-	inputData["PORT"] = "7021"
2637
-	inputData["TIMEOUT"] = "180"
2635
+	inputData["IP"] = "tyjk.nm.hsip.gov.cn"
2636
+	inputData["PORT"] = 8090
2637
+	inputData["TIMEOUT"] = 180
2638 2638
 	inputData["LOG_PATH"] = "C:\\log\\"
2639
+	//inputData["SFZ_DRIVER_TYPE"] = 0
2640
+	inputData["URL"] = "/call1"
2639 2641
 
2640 2642
 	bytesData, _ := json.Marshal(inputData)
2641 2643
 	fmt.Println(inputData)