csx 3 anni fa
parent
commit
91ea33f2fb
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      service/gdyb_service.go

+ 1 - 1
service/gdyb_service.go Vedi File

@@ -255,7 +255,7 @@ func Gdyb2202(psnNo string, mdtrtId string, ipt_otp_no string, org_name string,
255 255
 	reader := bytes.NewReader(bytesData)
256 256
 
257 257
 	//url := "http://igb.hsa.gdgov.cn/ebus/gdyb_api/prd/hsa/hgs/2202"
258
-	url := "http://igb.hsa.gdgov.cn/ebus/gdyb_inf/poc/hsa/hgs/2201"
258
+	url := "http://igb.hsa.gdgov.cn/ebus/gdyb_inf/poc/hsa/hgs/2202"
259 259
 
260 260
 	//url := "http://igb.hsa.gdgov.cn/ebus/gdyb_inf/poc/hsa/hgs/2202"
261 261
 	request, err := http.NewRequest("POST", url, reader)