|
@@ -48,7 +48,7 @@ spring:
|
|
|
|
|
|
|
|
#oauth鉴权服务
|
|
#oauth鉴权服务
|
|
|
- id: oauth-server
|
|
- id: oauth-server
|
|
|
- uri: lb://oauth-server-zx
|
|
|
|
|
|
|
+ uri: lb://oauth-server
|
|
|
predicates:
|
|
predicates:
|
|
|
- Path=/oauth-server/**
|
|
- Path=/oauth-server/**
|
|
|
filters:
|
|
filters:
|
|
@@ -94,7 +94,7 @@ aes-key: b6f64c1001b04b9f
|
|
|
client-app-id: 48849faf-8bbb-4a29-9548-0ba1c3df963f
|
|
client-app-id: 48849faf-8bbb-4a29-9548-0ba1c3df963f
|
|
|
|
|
|
|
|
# token校验跳过的url,多个url用";"号隔开
|
|
# token校验跳过的url,多个url用";"号隔开
|
|
|
-filterPath: /oauth-server/oauth/token;/oauth-server/oauth/wx_token;/user-server/core/user/qv_scan_login;/basic-server/file/upload
|
|
|
|
|
|
|
+filterPath: /oauth-server/oauth/token;/oauth-server/oauth/wx_token;/oauth-server/oauth/wx/token;/oauth-server/oauth/wx/get_owner_count;/oauth-server/oauth/feign/wx/token;/user-server/core/user/qv_scan_login;/basic-server/file/upload;/oauth-server/oauth/wx/login_wechat
|
|
|
# token校验跳过的url,多个url用";"号隔开(由于mdm服务是动态的,需要单独设置)
|
|
# token校验跳过的url,多个url用";"号隔开(由于mdm服务是动态的,需要单独设置)
|
|
|
mdmFilterPath: /mst/staff/get_info_after_login
|
|
mdmFilterPath: /mst/staff/get_info_after_login
|
|
|
|
|
|