Browse Source

feature: 新增白云门诊配置

Walker 1 year ago
parent
commit
ade74aa32c
1 changed files with 11 additions and 0 deletions
  1. 11 0
      src/main/resources/application-routes-qa.yml

+ 11 - 0
src/main/resources/application-routes-qa.yml

@@ -56,6 +56,17 @@ spring:
           filters:
             - RewritePath=/.*,/commonAnnouncement/getCommonAnnouncement
 
+        - id: api-qa-v2-outpatient
+          uri: ${lb-servers.outpatient-web}
+          predicates:
+            - Host=${host-name.api-qa}
+            - Path=/v2/nfyybyfy/taihe/register/hospitalListNew
+          filters:
+            - StripPrefix=2
+            - name: Auth
+              args:
+                auth: ${auths-name.external-api}
+
         - id: api-qa-v2-nfyybyfy-taihe-user-sync-med-cards
           # FIXME: 应该使用自定义 Filter 实现更好
           uri: ${servers-mapping.no-rest}