From 5476a4b0b7a30b05233af79f06dadcb56008b9b9 Mon Sep 17 00:00:00 2001
From: ageer <ageerle@163.com>
Date: 星期三, 30 四月 2025 19:34:09 +0800
Subject: [PATCH] fix: 公众号登录功能同步

---
 ruoyi-modules/ruoyi-wechat/pom.xml |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/ruoyi-modules/ruoyi-wechat/pom.xml b/ruoyi-modules/ruoyi-wechat/pom.xml
index 8a71665..7e3cdfe 100644
--- a/ruoyi-modules/ruoyi-wechat/pom.xml
+++ b/ruoyi-modules/ruoyi-wechat/pom.xml
@@ -23,6 +23,10 @@
             <groupId>org.ruoyi</groupId>
             <artifactId>ruoyi-chat-api</artifactId>
         </dependency>
+        <dependency>
+            <groupId>org.ruoyi</groupId>
+            <artifactId>ruoyi-system-api</artifactId>
+        </dependency>
     </dependencies>
 
 </project>

--
Gitblit v1.9.3