From 9aafec73f2a5df0ccee2712505c63d44d91336c6 Mon Sep 17 00:00:00 2001 From: liurunyu <lry9898@163.com> Date: 星期一, 28 四月 2025 14:40:09 +0800 Subject: [PATCH] 1、端口、IP、标签配置.docx文档修改:民勤配置项变化; 2、农户取水年度统计逻辑变化; 3、灌溉计划迟延时间可配置。 --- pipIrr-platform/pipIrr-web/pipIrr-web-wechat/pom.xml | 36 ++++++++++++++++++++++++++---------- 1 files changed, 26 insertions(+), 10 deletions(-) diff --git a/pipIrr-platform/pipIrr-web/pipIrr-web-wechat/pom.xml b/pipIrr-platform/pipIrr-web/pipIrr-web-wechat/pom.xml index 21a290a..edfc9a7 100644 --- a/pipIrr-platform/pipIrr-web/pipIrr-web-wechat/pom.xml +++ b/pipIrr-platform/pipIrr-web/pipIrr-web-wechat/pom.xml @@ -2,14 +2,6 @@ <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> - <dependencies> - <dependency> - <groupId>com.dy</groupId> - <artifactId>pipIrr-web-sell</artifactId> - <version>1.0.0</version> - <scope>compile</scope> - </dependency> - </dependencies> <parent> <artifactId>pipIrr-web</artifactId> @@ -19,12 +11,36 @@ </parent> <packaging>jar</packaging> - - <groupId>com.dy</groupId> <artifactId>pipIrr-web-wechat</artifactId> <name>pipIrr-web-wechat</name> <description>寰俊灏忕▼搴�</description> + <dependencies> + <!-- 闃块噷浜戠煭淇′緷璧� --> + <dependency> + <groupId>com.aliyun</groupId> + <artifactId>aliyun-java-sdk-core</artifactId> + <version>4.5.16</version> + </dependency> + <dependency> + <groupId>com.aliyun</groupId> + <artifactId>aliyun-java-sdk-dysmsapi</artifactId> + <version>2.1.0</version> + </dependency> + + <dependency> + <groupId>javax.xml.bind</groupId> + <artifactId>jaxb-api</artifactId> + <version>2.3.1</version> + </dependency> + + <!--OkHttp--> + <dependency> + <groupId>com.squareup.okhttp3</groupId> + <artifactId>okhttp</artifactId> + <version>4.9.2</version> + </dependency> + </dependencies> <build> <plugins> <!-- 鐢熸垚涓嶅寘鍚緷璧杍ar鐨勫彲鎵цjar鍖� -- Gitblit v1.8.0