Parcourir la source

对接内容修改2期1

wangfeng il y a 5 ans
Parent
commit
688ba34af7

+ 1 - 1
config-server/src/main/resources/shared/tran-service-dev.yml

@@ -119,6 +119,6 @@ nalizx:
   appKey: ngari5e7dd28111dc391a
   appSecret: 11dc391a123e1002
 naligh:
-  apiUrl: http://116.62.170.131:8096/openapi-devtest/gateway
+  apiUrl: http://ssltest.ngarihealth.com/openapi-devtest/gateway
   appKey: ngari5e34e52511dc394f
   appSecret: 11dc394fc05518c1

+ 1 - 1
config-server/src/main/resources/shared/tran-service-local.yml

@@ -119,6 +119,6 @@ nalizx:
   appKey: ngari5e7dd28111dc391a
   appSecret: 11dc391a123e1002
 naligh:
-  apiUrl: http://116.62.170.131:8096/openapi-devtest/gateway
+  apiUrl: http://ssltest.ngarihealth.com/openapi-devtest/gateway
   appKey: ngari5e34e52511dc394f
   appSecret: 11dc394fc05518c1

+ 1 - 1
config-server/src/main/resources/shared/tran-service-pre.yml

@@ -119,6 +119,6 @@ nalizx:
   appKey: ngari5e7dd28111dc391a
   appSecret: 11dc391a123e1002
 naligh:
-  apiUrl: http://116.62.170.131:8096/openapi-devtest/gateway
+  apiUrl: http://ssltest.ngarihealth.com/openapi-devtest/gateway
   appKey: ngari5e34e52511dc394f
   appSecret: 11dc394fc05518c1

+ 1 - 1
config-server/src/main/resources/shared/tran-service-pro.yml

@@ -119,6 +119,6 @@ nalizx:
   appKey: ngari5e7dd28111dc391a
   appSecret: 11dc391a123e1002
 naligh:
-  apiUrl: http://116.62.170.131:8096/openapi-devtest/gateway
+  apiUrl: http://ssltest.ngarihealth.com/openapi-devtest/gateway
   appKey: ngari5e34e52511dc394f
   appSecret: 11dc394fc05518c1

+ 1 - 1
config-server/src/main/resources/shared/tran-service-test.yml

@@ -119,6 +119,6 @@ nalizx:
   appKey: ngari5e7dd28111dc391a
   appSecret: 11dc391a123e1002
 naligh:
-  apiUrl: http://116.62.170.131:8096/openapi-devtest/gateway
+  apiUrl: http://ssltest.ngarihealth.com/openapi-devtest/gateway
   appKey: ngari5e34e52511dc394f
   appSecret: 11dc394fc05518c1

+ 1 - 0
tran-service/src/main/java/com/diagbot/facade/InquiryTriageFacade.java

@@ -231,6 +231,7 @@ public class InquiryTriageFacade extends InquiryTriageServiceImpl {
         body.put("supplement", saveInquiryVO.getSupplement());
         body.put("appId", saveInquiryVO.getAppId());
         body.put("from", saveInquiryVO.getFrom());
+        body.put("mpiId", saveInquiryVO.getMpiId());
 
         bodyList.add(body);
 

+ 3 - 0
tran-service/src/main/java/com/diagbot/vo/SaveInquiryTriageVO.java

@@ -58,4 +58,7 @@ public class SaveInquiryTriageVO {
 
     @ApiModelProperty(value = "大科室编码")
     private String appointDepartCode;
+
+    @ApiModelProperty(value = "用户Id")
+    private String mpiId;
 }

+ 3 - 0
triage-service/src/main/java/com/diagbot/vo/SaveInquiryTriageVO.java

@@ -58,4 +58,7 @@ public class SaveInquiryTriageVO {
 
     @ApiModelProperty(value = "大科室编码")
     private String appointDepartCode;
+
+    @ApiModelProperty(value = "用户Id")
+    private String mpiId;
 }