Browse Source

内部

release
yinzuomei 3 years ago
parent
commit
73dbbecbef
  1. 14
      epmet-gateway/src/main/resources/bootstrap.yml

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

@ -499,7 +499,10 @@ epmet:
- /oper/customize/customerstartpage/homestartpage
- /epmet/point/mqCallback/**
- /tduck-api/**
#查询楼栋,单元,房屋
- /gov/org/icbuilding/buildingoption
- /gov/org/icbuildingunit/unitoption
- /gov/org/ichouse/houseoption
# 外部应用认证,使用AccessToken等头进行认证
externalOpenUrls:
- /data/report/**
@ -526,18 +529,11 @@ 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