feat: 微信公众号扫码登录

This commit is contained in:
landaiqing
2024-07-03 12:59:51 +08:00
parent 5b4e23c71d
commit c18505f3da
14 changed files with 240 additions and 25 deletions

View File

@@ -124,6 +124,11 @@
<artifactId>schisandra-cloud-storage-auth-api</artifactId>
<version>1.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-websocket</artifactId>
<version>2.4.2</version>
</dependency>
</dependencies>
<dependencyManagement>