BJ_FS
/
urbanops
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
4c89ace6ed61c0020085fe2442cea9eaa504e186
Authored by
王富生
2026-01-17 16:50:08 +0800
1 parent
45cdf98e
开放免登录权限
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
urbanops-server/src/main/resources/application.yaml
urbanops-server/src/main/resources/application.yaml
View file @
4c89ace
...
...
@@ -271,6 +271,7 @@ urbanops:
271
271
security:
272
272
permit-all_urls:
273
273
- /admin-api/mp/open/** # 微信公众号开放平台,微信回调接口,不需要登录
274
+ - /admin-api/garden/device-user/**
274
275
api-encrypt:
275
276
enable: true # 是否开启 API 加密
276
277
algorithm: AES # 加密算法,支持 AES、RSA 等
...
...