|
|
@ -162,12 +162,12 @@ spring: |
|
|
|
- Path=${server.servlet.context-path}/custom/** |
|
|
|
filters: |
|
|
|
- StripPrefix=1 |
|
|
|
#积分管理 |
|
|
|
- id: epdc-points-server |
|
|
|
uri: @gateway.routes.epdc-points-server.uri@ |
|
|
|
#数据分析模块 |
|
|
|
- id: epdc-analysis-server |
|
|
|
uri: @gateway.routes.epdc-analysis-server.uri@ |
|
|
|
order: 18 |
|
|
|
predicates: |
|
|
|
- Path=${server.servlet.context-path}/points/** |
|
|
|
- Path=${server.servlet.context-path}/analysis/** |
|
|
|
filters: |
|
|
|
- StripPrefix=1 |
|
|
|
nacos: |
|
|
@ -222,14 +222,19 @@ renren: |
|
|
|
- /activiti/service/** |
|
|
|
- /activiti/editor-app/** |
|
|
|
- /message/sms/sendCode #发送验证码 |
|
|
|
- /heart/** |
|
|
|
- /oss/file/download |
|
|
|
- /ws/** |
|
|
|
- /custom/epidemicSentryPost/downloadQRCode/** |
|
|
|
workLoginUrls: |
|
|
|
- /api/work/user/getToken #工作端-获取token |
|
|
|
- /api/work/user/login #工作端-登录 |
|
|
|
- /api/analysis/user/getToken #数据分析端-获取token |
|
|
|
- /api/analysis/user/login #数据分析端-登录 |
|
|
|
- /api/work/*/swagger/** |
|
|
|
workUrls: |
|
|
|
- /api/work/** #工作端接口 |
|
|
|
- /api/analysis/** #数据端接口 |
|
|
|
|
|
|
|
|
|
|
|
epdc: |
|
|
@ -249,3 +254,4 @@ epdc: |
|
|
|
- /api/app-user/user/ma/gridLeaderRegister # 小程序用户 网格长注册 |
|
|
|
- /api/app-user/user/ma/v2/getToken # 小程序用户 注册或登录(版本v2) |
|
|
|
- /api/work/** #工作端接口不拦截 |
|
|
|
- /api/analysis/** #数据端接口不拦截 |
|
|
|