csx 4 years ago
parent
commit
48fc461ec5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      service/gdyb_service.go

+ 1 - 1
service/gdyb_service.go View File

@@ -906,7 +906,7 @@ func Gdyb9102(baseParams models.BaseParams, file_name string, file_qury_no strin
906 906
 		return err.Error()
907 907
 	}
908 908
 	reader := bytes.NewReader(bytesData)
909
-	url := "http://igb.hsa.gdgov.cn/ebus/gdyb_api/prd/hsa/hgs/9102"
909
+	//url := "http://igb.hsa.gdgov.cn/ebus/gdyb_api/prd/hsa/hgs/9102"
910 910
 
911 911
 	url := "http://igb.hsa.gdgov.cn/ebus/gdyb_inf/poc/hsa/hgs/9102"
912 912
 	request, err := http.NewRequest("POST", url, reader)