From e9bf5a0070b5fbdf9afd4475adbf51e46f579040 Mon Sep 17 00:00:00 2001 From: zss <zss@example.com> Date: 星期四, 17 四月 2025 17:20:38 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/dev_ztzb' into dev_ztzb --- 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