|
@@ -629,12 +629,12 @@ func (c *NmController) TestGetBasBaseInit() {
|
629
|
629
|
//miConfig, _ := service.FindMedicalInsuranceInfo(c.GetAdminUserInfo().CurrentOrgId)
|
630
|
630
|
str := make([]byte, 2048)
|
631
|
631
|
inputData := make(map[string]interface{})
|
632
|
|
- inputData["IP"] = "10.38.23.105"
|
|
632
|
+ inputData["IP"] = "tyjk.nm.hsip.gov.cn"
|
633
|
633
|
inputData["PORT"] = 8090
|
634
|
634
|
inputData["TIMEOUT"] = 180
|
635
|
635
|
inputData["LOG_PATH"] = "C:\\log\\"
|
636
|
636
|
//inputData["SFZ_DRIVER_TYPE"] = 0
|
637
|
|
- inputData["URL"] = "/call1"
|
|
637
|
+ inputData["URL"] = "/uif-hsaf-med-api/api/medical/service"
|
638
|
638
|
|
639
|
639
|
bytesData, _ := json.Marshal(inputData)
|
640
|
640
|
fmt.Println(inputData)
|