|
@ -77,7 +77,7 @@ public class GatewayRouterBuilder extends RouteBuilder {
|
|
|
//EHR 公钥获取
|
|
|
from("jetty:http://0.0.0.0:9999/api/v1.0/organizations/{org_code}/key").routeId("publicKey")
|
|
|
// .to("jetty:http://172.19.103.73:10400?bridgeEndpoint=true&throwExceptionOnFailure=false");
|
|
|
.to("jetty:http://192.168.220.85:10400?bridgeEndpoint=true&throwExceptionOnFailure=false");
|
|
|
.to("jetty:http://192.168.220.85:10000?bridgeEndpoint=true&throwExceptionOnFailure=false");
|
|
|
|
|
|
// 非病人维度 档案上传接口代理
|
|
|
from("jetty:http://0.0.0.0:9999/api/dataset/packages?bridgeEndpoint=true&enableMultipartFilter=false").routeId("proxyUploadPack")
|