fix: 数据权限调整后引发的问题修复
This commit is contained in:
@@ -83,6 +83,7 @@ security:
|
||||
- /api/v1/auth/captcha # 验证码获取接口
|
||||
- /api/v1/auth/sms/code # 发送登录短信验证码
|
||||
- /api/v1/auth/refresh-token # 刷新令牌接口
|
||||
- /api/v1/wechat/miniapp/auth/** # 微信小程序认证接口(静默登录/手机号快捷登录/绑定手机号)
|
||||
- /ws/** # WebSocket接口
|
||||
# 非安全端点路径,完全绕过 Spring Security 的过滤器
|
||||
unsecured-urls:
|
||||
@@ -214,5 +215,5 @@ captcha:
|
||||
# 微信小程序配置
|
||||
wx:
|
||||
miniapp:
|
||||
appid: xxxxxxx
|
||||
secret: xxxxxxx
|
||||
appid: wx99a151dc43d2637b
|
||||
secret: fa2d74fd9f340ff1017c96fcbd19f5ad
|
||||
|
||||
Reference in New Issue
Block a user