Просмотр исходного кода

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

csx 4 лет назад
Родитель
Сommit
e155ff0281
1 измененных файлов: 16 добавлений и 16 удалений
  1. 16 16
      service/sz_his_service.go

+ 16 - 16
service/sz_his_service.go Просмотреть файл

@@ -64,7 +64,7 @@ func SzybMZ002(doctor string, doctor_code string, fixmedins_code string, dept_co
64 64
 		}
65 65
 		reader := bytes.NewReader(bytesData)
66 66
 		//url := "http://192.168.1.228:17001/szsi-portal/transData"
67
-		url := " http://192.168.1.88:6666/szsi-portal/transData"
67
+		url := "http://192.168.1.88:6666/szsi-portal/transData"
68 68
 
69 69
 		request, err := http.NewRequest("POST", url, reader)
70 70
 		if err != nil {
@@ -110,7 +110,7 @@ func SzybMZ002(doctor string, doctor_code string, fixmedins_code string, dept_co
110 110
 		}
111 111
 		reader := bytes.NewReader(bytesData)
112 112
 		//url := "http://192.168.1.228:17001/szsi-portal/transData"
113
-		url := " http://192.168.1.88:6666/szsi-portal/transData"
113
+		url := "http://192.168.1.88:6666/szsi-portal/transData"
114 114
 
115 115
 		request, err := http.NewRequest("POST", url, reader)
116 116
 		if err != nil {
@@ -184,7 +184,7 @@ func SzybFY001(doctor string, doctor_code string, fixmedins_code string, datas [
184 184
 		return err.Error()
185 185
 	}
186 186
 	reader := bytes.NewReader(bytesData)
187
-	url := " http://192.168.1.88:6666/szsi-portal/transData"
187
+	url := "http://192.168.1.88:6666/szsi-portal/transData"
188 188
 	request, err := http.NewRequest("POST", url, reader)
189 189
 	if err != nil {
190 190
 		fmt.Println(err.Error())
@@ -239,7 +239,7 @@ func SzybFY002(doctor string, doctor_code string, fixmedins_code string, datas [
239 239
 	reader := bytes.NewReader(bytesData)
240 240
 	//url := "http://192.168.1.99:10000"
241 241
 	//url := "http://192.168.1.228:17001/szsi-portal/transData"
242
-	url := " http://192.168.1.88:6666/szsi-portal/transData"
242
+	url := "http://192.168.1.88:6666/szsi-portal/transData"
243 243
 
244 244
 	request, err := http.NewRequest("POST", url, reader)
245 245
 	if err != nil {
@@ -289,7 +289,7 @@ func SzybFY004(doctor string, doctor_code string, fixmedins_code string, total f
289 289
 	reader := bytes.NewReader(bytesData)
290 290
 	//url := "http://192.168.1.99:10000"
291 291
 	//url := "http://192.168.1.228:17001/szsi-portal/transData"
292
-	url := " http://192.168.1.88:6666/szsi-portal/transData"
292
+	url := "http://192.168.1.88:6666/szsi-portal/transData"
293 293
 
294 294
 	request, err := http.NewRequest("POST", url, reader)
295 295
 	if err != nil {
@@ -351,7 +351,7 @@ func SzybFY005(doctor string, doctor_code string, fixmedins_code string, total f
351 351
 	reader := bytes.NewReader(bytesData)
352 352
 	//url := "http://192.168.1.99:10000"
353 353
 	//url := "http://192.168.1.228:17001/szsi-portal/transData"
354
-	url := " http://192.168.1.88:6666/szsi-portal/transData"
354
+	url := "http://192.168.1.88:6666/szsi-portal/transData"
355 355
 
356 356
 	request, err := http.NewRequest("POST", url, reader)
357 357
 	if err != nil {
@@ -396,7 +396,7 @@ func SzybJY001(doctor string, doctor_code string, fixmedins_code string, setl_nu
396 396
 	reader := bytes.NewReader(bytesData)
397 397
 	//url := "http://192.168.1.99:10000"
398 398
 	//url := "http://192.168.1.228:17001/szsi-portal/transData"
399
-	url := " http://192.168.1.88:6666/szsi-portal/transData"
399
+	url := "http://192.168.1.88:6666/szsi-portal/transData"
400 400
 
401 401
 	request, err := http.NewRequest("POST", url, reader)
402 402
 	if err != nil {
@@ -441,7 +441,7 @@ func SzybJY002(doctor string, doctor_code string, fixmedins_code string, setl_nu
441 441
 	reader := bytes.NewReader(bytesData)
442 442
 	//url := "http://192.168.1.99:10000"
443 443
 	//url := "http://192.168.1.228:17001/szsi-portal/transData"
444
-	url := " http://192.168.1.88:6666/szsi-portal/transData"
444
+	url := "http://192.168.1.88:6666/szsi-portal/transData"
445 445
 
446 446
 	request, err := http.NewRequest("POST", url, reader)
447 447
 	if err != nil {
@@ -488,7 +488,7 @@ func SzybJY003(doctor string, doctor_code string, fixmedins_code string, setl_nu
488 488
 	reader := bytes.NewReader(bytesData)
489 489
 	//url := "http://192.168.1.99:10000"
490 490
 	//url := "http://192.168.1.228:17001/szsi-portal/transData"
491
-	url := " http://192.168.1.88:6666/szsi-portal/transData"
491
+	url := "http://192.168.1.88:6666/szsi-portal/transData"
492 492
 
493 493
 	request, err := http.NewRequest("POST", url, reader)
494 494
 	if err != nil {
@@ -663,7 +663,7 @@ func SzybML008(doctor string, doctor_code string, fixmedins_code string, basedru
663 663
 	reader := bytes.NewReader(bytesData)
664 664
 	//url := "http://192.168.1.99:10000"
665 665
 	//url := "http://192.168.1.228:17001/szsi-portal/transData"
666
-	url := " http://192.168.1.88:6666/szsi-portal/transData"
666
+	url := "http://192.168.1.88:6666/szsi-portal/transData"
667 667
 
668 668
 	request, err := http.NewRequest("POST", url, reader)
669 669
 	if err != nil {
@@ -761,7 +761,7 @@ func SzybML009(doctor string, doctor_code string, fixmedins_code string, pro *mo
761 761
 	reader := bytes.NewReader(bytesData)
762 762
 	//url := "http://192.168.1.99:10000"
763 763
 	//url := "http://192.168.1.228:17001/szsi-portal/transData"
764
-	url := " http://192.168.1.88:6666/szsi-portal/transData"
764
+	url := "http://192.168.1.88:6666/szsi-portal/transData"
765 765
 
766 766
 	request, err := http.NewRequest("POST", url, reader)
767 767
 	if err != nil {
@@ -879,7 +879,7 @@ func SzybML010(doctor string, doctor_code string, fixmedins_code string, datas [
879 879
 	reader := bytes.NewReader(bytesData)
880 880
 	//url := "http://192.168.1.99:10000"
881 881
 	//url := "http://192.168.1.228:17001/szsi-portal/transData"
882
-	url := " http://192.168.1.88:6666/szsi-portal/transData"
882
+	url := "http://192.168.1.88:6666/szsi-portal/transData"
883 883
 
884 884
 	request, err := http.NewRequest("POST", url, reader)
885 885
 	if err != nil {
@@ -968,7 +968,7 @@ func SzybYS001(doctor string, doctor_code string, fixmedins_code string, doc *mo
968 968
 	reader := bytes.NewReader(bytesData)
969 969
 	//url := "http://192.168.1.99:10000"
970 970
 	//url := "http://192.168.1.228:17001/szsi-portal/transData"
971
-	url := " http://192.168.1.88:6666/szsi-portal/transData"
971
+	url := "http://192.168.1.88:6666/szsi-portal/transData"
972 972
 
973 973
 	request, err := http.NewRequest("POST", url, reader)
974 974
 	if err != nil {
@@ -1114,7 +1114,7 @@ func SzybYS002(doctor string, doctor_code string, fixmedins_code string, datas *
1114 1114
 	reader := bytes.NewReader(bytesData)
1115 1115
 	//url := "http://192.168.1.99:10000"
1116 1116
 	//url := "http://192.168.1.228:17001/szsi-portal/transData"
1117
-	url := " http://192.168.1.88:6666/szsi-portal/transData"
1117
+	url := "http://192.168.1.88:6666/szsi-portal/transData"
1118 1118
 
1119 1119
 	request, err := http.NewRequest("POST", url, reader)
1120 1120
 	if err != nil {
@@ -1207,7 +1207,7 @@ func SzybYS003(doctor string, doctor_code string, fixmedins_code string, datas [
1207 1207
 	reader := bytes.NewReader(bytesData)
1208 1208
 	//url := "http://192.168.1.99:10000"
1209 1209
 	//url := "http://192.168.1.228:17001/szsi-portal/transData"
1210
-	url := " http://192.168.1.88:6666/szsi-portal/transData"
1210
+	url := "http://192.168.1.88:6666/szsi-portal/transData"
1211 1211
 
1212 1212
 	request, err := http.NewRequest("POST", url, reader)
1213 1213
 	if err != nil {
@@ -1270,7 +1270,7 @@ func SzybYML007(doctor string, doctor_code string, fixmedins_code string, infor
1270 1270
 	reader := bytes.NewReader(bytesData)
1271 1271
 	//url := "http://192.168.1.99:10000"
1272 1272
 	//url := "http://192.168.1.228:17001/szsi-portal/transData"
1273
-	url := " http://192.168.1.88:6666/szsi-portal/transData"
1273
+	url := "http://192.168.1.88:6666/szsi-portal/transData"
1274 1274
 
1275 1275
 	request, err := http.NewRequest("POST", url, reader)
1276 1276
 	if err != nil {