From 4989e77189bbed2322c16ed38e60e4a960ef2fca Mon Sep 17 00:00:00 2001 From: maven <2163098428@qq.com> Date: 星期四, 24 七月 2025 15:03:44 +0800 Subject: [PATCH] yys 添加分析数据算法修改,表新增字段 --- 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