csx 3 年之前
父節點
當前提交
91ea33f2fb
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      service/gdyb_service.go

+ 1 - 1
service/gdyb_service.go 查看文件

@@ -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)