[feat] 新增短信验证码下发功能

This commit is contained in:
hsdllcw
2024-08-13 14:39:07 +08:00
parent f9cab79ead
commit 94fa483dd3
3 changed files with 108 additions and 51 deletions

View File

@@ -76,6 +76,11 @@
<artifactId>ruoyi-common-redis</artifactId>
</dependency>
<dependency>
<groupId>com.squareup.okhttp3</groupId>
<artifactId>okhttp</artifactId>
<version>3.12.13</version>
</dependency>
<dependency>
<groupId>com.ujcms</groupId>
<artifactId>ujcms-commons</artifactId>
@@ -89,10 +94,6 @@
<groupId>org.springframework</groupId>
<artifactId>spring-web</artifactId>
</exclusion>
<exclusion>
<groupId>com.squareup.okhttp3</groupId>
<artifactId>okhttp</artifactId>
</exclusion>
</exclusions>
</dependency>
@@ -151,6 +152,10 @@
</goals>
</execution>
</executions>
<configuration>
<source>16</source>
<target>16</target>
</configuration>
</plugin>
</plugins>
</build>