feat: 微信公众号扫码登录完成

This commit is contained in:
landaiqing
2024-06-27 23:46:31 +08:00
parent 67362ad6b9
commit 77bba1a754
87 changed files with 2764 additions and 534 deletions

View File

@@ -22,6 +22,12 @@ spring:
- Path=/system/**
filters:
- StripPrefix=1
- id: wechat
uri: lb://schisandra-cloud-storage-wechat
predicates:
- Path=/wechat/**
filters:
- StripPrefix=1
# redis配置
redis:
# Redis数据库索引默认为0