refactor: 路由参数从 varchar 调整到 json 适配调整
This commit is contained in:
@@ -84,6 +84,7 @@ security:
|
||||
- /api/v1/auth/sms/code # 发送登录短信验证码
|
||||
- /api/v1/auth/refresh-token # 刷新令牌接口
|
||||
- /api/v1/wechat/miniapp/auth/** # 微信小程序认证接口(静默登录/手机号快捷登录/绑定手机号)
|
||||
- /api/v1/statistics/** # 统计分析接口(访问趋势/访问概览)
|
||||
- /ws/** # WebSocket接口
|
||||
# 非安全端点路径,完全绕过 Spring Security 的过滤器
|
||||
unsecured-urls:
|
||||
@@ -215,5 +216,5 @@ captcha:
|
||||
# 微信小程序配置
|
||||
wx:
|
||||
miniapp:
|
||||
appid: xxxxxx
|
||||
secret: xxxxxx
|
||||
appid: wx99a151dc43d2637b
|
||||
secret: fa2d74fd9f340ff1017c96fcbd19f5ad
|
||||
|
||||
Reference in New Issue
Block a user