Browse Source

放行

release
yinzuomei 3 years ago
parent
commit
e5db510163
  1. 10
      epmet-gateway/src/main/resources/bootstrap.yml

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

@ -526,12 +526,18 @@ epmet:
- /data/stats/plugins/ofs/** - /data/stats/plugins/ofs/**
- /data/stats/plugins/workrecord/** - /data/stats/plugins/workrecord/**
- /epmetuser/staffrole/getGridStaffList #py获取网格员 网格长 - /epmetuser/staffrole/getGridStaffList #py获取网格员 网格长
#查询楼栋,单元,房屋
- /gov/org/icbuilding/buildingoption
- /gov/org/icbuildingunit/unitoption
- /gov/org/ichouse/houseoption
# 对外开放接口认证白名单 # 对外开放接口认证白名单
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