Explorar el Código

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

csx hace 3 años
padre
commit
f475fbd601
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      controllers/sg/his_api_controller.go

+ 1 - 1
controllers/sg/his_api_controller.go Ver fichero

@@ -2939,7 +2939,7 @@ func (c *HisApiController) GetRegisterInfo() {
2939 2939
 		} else if miConfig.MdtrtareaAdmvs == "320921" {
2940 2940
 			fmt.Println(miConfig.Url)
2941 2941
 			var res ResultTwo
2942
-			api := "http://192.168.3.124:9532/" + "jsyb/1101?cert_no=" + "" +
2942
+			api := "http://192.168.3.111:9532/" + "jsyb/1101?cert_no=" + "" +
2943 2943
 				"&org_name=" + miConfig.OrgName + "&doctor=" + roles.UserName + "&fixmedins_code=" + miConfig.Code +
2944 2944
 				"&insuplc_admdvs=" + miConfig.InsuplcAdmdvs + "&mdtrtarea_admvs=" + miConfig.MdtrtareaAdmvs + "&secret_key=" + miConfig.SecretKey + "&id_card_type=" + strconv.FormatInt(id_card_type, 10) + "&card_sn=" + "" + "&certificates=" + strconv.FormatInt(certificates, 10) + "&url=" + miConfig.Url + "&ak=" + "1781ce9fb73a478289326c16ba8bf2c4"
2945 2945
 			resp, requestErr := http.Get(api)