From 6ed424f89e0bb7f0611b89a2ee947b6e0b1c089b Mon Sep 17 00:00:00 2001 From: 疯狂的狮子li <15040126243@163.com> Date: 星期四, 30 三月 2023 10:19:17 +0800 Subject: [PATCH] add 增加 邮箱验证码发送接口 add 增加 邮箱登陆接口 --- ruoyi-modules/ruoyi-demo/pom.xml | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/ruoyi-modules/ruoyi-demo/pom.xml b/ruoyi-modules/ruoyi-demo/pom.xml index dc8d335..e107149 100644 --- a/ruoyi-modules/ruoyi-demo/pom.xml +++ b/ruoyi-modules/ruoyi-demo/pom.xml @@ -94,6 +94,10 @@ <artifactId>ruoyi-common-tenant</artifactId> </dependency> + <dependency> + <groupId>com.ruoyi</groupId> + <artifactId>ruoyi-common-websocket</artifactId> + </dependency> <!-- 鐭俊 鐢ㄥ摢涓鍏ュ摢涓緷璧� --> <!-- <dependency>--> <!-- <groupId>com.aliyun</groupId>--> -- Gitblit v1.9.3