Browse Source

内部

master
yinzuomei 3 years ago
parent
commit
80efeaadf3
  1. 9
      epmet-gateway/src/main/resources/bootstrap.yml

9
epmet-gateway/src/main/resources/bootstrap.yml

@ -499,7 +499,10 @@ epmet:
- /oper/customize/customerstartpage/homestartpage - /oper/customize/customerstartpage/homestartpage
- /epmet/point/mqCallback/** - /epmet/point/mqCallback/**
- /tduck-api/** - /tduck-api/**
#查询楼栋,单元,房屋
- /gov/org/icbuilding/buildingoption
- /gov/org/icbuildingunit/unitoption
- /gov/org/ichouse/houseoption
# 外部应用认证,使用AccessToken等头进行认证 # 外部应用认证,使用AccessToken等头进行认证
externalOpenUrls: externalOpenUrls:
- /data/report/** - /data/report/**
@ -531,10 +534,6 @@ epmet:
# 对外开放接口认证白名单 # 对外开放接口认证白名单
externalAuthUrlsWhiteList: externalAuthUrlsWhiteList:
- /epmet/ext/open-api/get-access-token - /epmet/ext/open-api/get-access-token
#查询楼栋,单元,房屋
- /gov/org/icbuilding/buildingoption
- /gov/org/icbuildingunit/unitoption
- /gov/org/ichouse/houseoption
swaggerUrls: swaggerUrls:
jwt: jwt:

Loading…
Cancel
Save