作者 lijie

新增配置:对接外部系统网关限制访问uri,charges限制参数权限

... ... @@ -44,10 +44,11 @@ logging:
user:
param-permissions:
EC-EXT-API: # 用户名
allowed-warehouses: [18]
allowed-channels: [14]
allowed-postcodes: ["V2P", "V0N","T0L"]
permissions:
EC-EXT-API: # 用户名
allowed-warehouses: [18]
allowed-channels: [14]
allowed-postcodes: ["V2P", "V0N","T0L"]
send-msg:
host: http://wxwebapi.qa.aukeyit.com/
\ No newline at end of file
... ...
... ... @@ -24,7 +24,7 @@ secure:
urls: # 配置白名单路径,如登录、健康检查等无需鉴权的接口
- /auth/oauth/token
apikeys: # 配置apikey及其权限
48365437523dc105e4958ac589239740: # 这是apikey的值
b222acf0c70c0da2f53e3016619baa8e: # 这是apikey的值
urls: # 该apikey允许访问的URL路径模式列表
- "/charges/trial/sendToMQ/list"
- "/charges/trial/getFeeInfos"
... ...