Browse Source

Merge remote-tracking branch 'origin/dev_qr_code' into dev_qr_code

release
jianjun 3 years ago
parent
commit
e03196350f
  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/workrecord/**
- /epmetuser/staffrole/getGridStaffList #py获取网格员 网格长
#查询楼栋,单元,房屋
- /gov/org/icbuilding/buildingoption
- /gov/org/icbuildingunit/unitoption
- /gov/org/ichouse/houseoption
# 对外开放接口认证白名单
externalAuthUrlsWhiteList:
- /epmet/ext/open-api/get-access-token
#查询楼栋,单元,房屋
- /gov/org/icbuilding/buildingoption
- /gov/org/icbuildingunit/unitoption
- /gov/org/ichouse/houseoption
swaggerUrls:
jwt:

Loading…
Cancel
Save