From 314ccc3fbb5b4cb1be4a77bc107a0ca1a2b2f0a3 Mon Sep 17 00:00:00 2001 From: Crunchy <3114200645@qq.com> Date: 星期六, 15 三月 2025 10:37:31 +0800 Subject: [PATCH] 浪潮单点登录,注册,心跳 --- ruoyi-common/pom.xml | 18 ++++++++++++++++++ 1 files changed, 18 insertions(+), 0 deletions(-) diff --git a/ruoyi-common/pom.xml b/ruoyi-common/pom.xml index ef7ea58..0e5f458 100644 --- a/ruoyi-common/pom.xml +++ b/ruoyi-common/pom.xml @@ -141,6 +141,24 @@ <artifactId>commons-text</artifactId> <version>1.3</version> </dependency> + + <!--浼佷笟寰俊鎺ュ彛--> + <dependency> + <groupId>com.github.binarywang</groupId> + <artifactId>weixin-java-cp</artifactId> + <version>4.1.0</version> + <exclusions> + <exclusion> + <groupId>com.github.binarywang</groupId> + <artifactId>weixin-java-common</artifactId> + </exclusion> + </exclusions> + </dependency> + <dependency> + <groupId>com.github.binarywang</groupId> + <artifactId>weixin-java-common</artifactId> + <version>4.1.0</version> + </dependency> <dependency> <groupId>com.fasterxml.jackson.datatype</groupId> <artifactId>jackson-datatype-jsr310</artifactId> -- Gitblit v1.9.3