From 8d966ffd9941026f9b3b1a876de9990da1ca6aea Mon Sep 17 00:00:00 2001
From: cloudroam <cloudroam>
Date: 星期三, 14 五月 2025 09:28:04 +0800
Subject: [PATCH] 片场管理
---
pom.xml | 51 +++++++++++++++++++++++++++++++++++++++++----------
1 files changed, 41 insertions(+), 10 deletions(-)
diff --git a/pom.xml b/pom.xml
index 54d84d8..e458d3d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -241,16 +241,16 @@
<artifactId>wx-java-mp-spring-boot-starter</artifactId>
<version>4.1.0</version>
</dependency>
-<!-- <dependency>-->
-<!-- <groupId>com.aliyuncs</groupId>-->
-<!-- <artifactId>core</artifactId>-->
-<!-- <version>1</version>-->
-<!-- </dependency>-->
-<!-- <dependency>-->
-<!-- <groupId>com.aliyuncs</groupId>-->
-<!-- <artifactId>dysmsapi</artifactId>-->
-<!-- <version>1</version>-->
-<!-- </dependency>-->
+ <dependency>
+ <groupId>com.aliyuncs</groupId>
+ <artifactId>core</artifactId>
+ <version>1</version>
+ </dependency>
+ <dependency>
+ <groupId>com.aliyuncs</groupId>
+ <artifactId>dysmsapi</artifactId>
+ <version>1</version>
+ </dependency>
<dependency>
<groupId>com.github.wechatpay-apiv3</groupId>
@@ -281,6 +281,7 @@
<version>3.1.0</version>
</dependency>
+
<!-- https://mvnrepository.com/artifact/com.alipay.sdk/alipay-sdk-java -->
<dependency>
<groupId>com.alipay.sdk</groupId>
@@ -288,6 +289,36 @@
<version>4.40.82.ALL</version>
</dependency>
+ <dependency>
+ <groupId>com.github.binarywang</groupId>
+ <artifactId>weixin-java-pay</artifactId>
+ <version>4.6.0</version>
+ </dependency>
+
+
+ <!-- https://mvnrepository.com/artifact/com.github.wechatpay-apiv3/wechatpay-java -->
+<!-- <dependency>-->
+<!-- <groupId>com.github.wechatpay-apiv3</groupId>-->
+<!-- <artifactId>wechatpay-java</artifactId>-->
+<!-- <version>0.2.15</version>-->
+<!-- </dependency>-->
+
+
+ <dependency>
+ <groupId>com.volcengine</groupId>
+ <artifactId>ve-tos-java-sdk</artifactId>
+ <version>2.8.8</version>
+ </dependency>
+
+ <dependency>
+ <groupId>com.volcengine</groupId>
+ <artifactId>volc-sdk-java</artifactId>
+ <version>1.0.105</version>
+ </dependency>
+
+
+
+
</dependencies>
<build>
--
Gitblit v1.9.3