update: 提交所有修改和新增功能代码

This commit is contained in:
lihanqi
2026-02-14 12:15:01 +08:00
parent dc59f393fa
commit ec597ffe2e
77 changed files with 4417 additions and 2411 deletions

13
pom.xml
View File

@@ -40,6 +40,12 @@
<version>3.1.1281</version>
</dependency>
<!-- 腾讯云 COS 依赖 -->
<dependency>
<groupId>com.qcloud</groupId>
<artifactId>cos_api</artifactId>
<version>5.6.155</version>
</dependency>
<dependency>
<groupId>com.alibaba.nls</groupId>
@@ -83,7 +89,12 @@
<artifactId>commons-lang3</artifactId>
<version>3.12.0</version>
</dependency>
<!-- 腾讯云 COS 依赖 -->
<dependency>
<groupId>com.tencentcloudapi</groupId>
<artifactId>tencentcloud-sdk-java</artifactId>
<version>3.1.1412</version><!-- 注:这里只是示例版本号(可直接使用),可获取并替换为 最新的版本号注意不要使用4.0.x版本非最新版本 -->
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>