修改图片审核流程

This commit is contained in:
hy001 2026-04-15 18:28:52 +08:00
parent ad0feebfb2
commit ede41b74f9
221 changed files with 3750 additions and 0 deletions

View File

@ -0,0 +1,4 @@
#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice.
#Thu Jul 31 14:06:05 CST 2025
component-censor-1.5.12-RELEASES.jar>2562004-release-VUVifD=
component-censor-1.5.12-RELEASES.pom>2562004-release-VUVifD=

View File

@ -0,0 +1,6 @@
#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice.
#Fri Mar 27 17:08:06 CST 2026
https\://maven.aliyun.com/nexus/content/groups/public/.error=
https\://packages.aliyun.com/68804903e94e043d2d0f7d15/maven/2562004-release-vuvifd/.error=
https\://maven.aliyun.com/nexus/content/groups/public/.lastUpdated=1774602484734
https\://packages.aliyun.com/68804903e94e043d2d0f7d15/maven/2562004-release-vuvifd/.lastUpdated=1774602486915

View File

@ -0,0 +1,5 @@
#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice.
#Thu Jul 31 14:06:05 CST 2025
https\://maven.aliyun.com/nexus/content/groups/public/.error=
https\://maven.aliyun.com/nexus/content/groups/public/.lastUpdated=1753941958101
https\://packages.aliyun.com/68804903e94e043d2d0f7d15/maven/2562004-release-vuvifd/.lastUpdated=1753941965831

View File

@ -0,0 +1 @@
bfe0bb74ec551d22875bfd1c5b788aed58d42c5d

View File

@ -0,0 +1,37 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.red.circle</groupId>
<artifactId>rc-components</artifactId>
<version>1.5.12-RELEASES</version>
<relativePath>./../pom.xml</relativePath>
</parent>
<groupId>com.red.circle</groupId>
<artifactId>component-censor</artifactId>
<version>1.5.12-RELEASES</version>
<description>内容安全</description>
<dependencies>
<dependency>
<groupId>com.red.circle</groupId>
<artifactId>rc-tool-core</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.red.circle</groupId>
<artifactId>rc-tool-crypto</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.tencentcloudapi</groupId>
<artifactId>tencentcloud-sdk-java</artifactId>
<version>${tencentcloud.version}</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-test</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
</project>

View File

@ -0,0 +1,5 @@
#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice.
#Thu Jul 31 14:04:48 CST 2025
https\://maven.aliyun.com/nexus/content/groups/public/.error=
https\://maven.aliyun.com/nexus/content/groups/public/.lastUpdated=1753941887431
https\://packages.aliyun.com/68804903e94e043d2d0f7d15/maven/2562004-release-vuvifd/.lastUpdated=1753941888445

View File

@ -0,0 +1 @@
cc581338aadf4b21695153caba35c542048226ac

View File

@ -0,0 +1,4 @@
#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice.
#Thu Jul 31 14:05:00 CST 2025
component-core-1.5.12-RELEASES.jar>2562004-release-VUVifD=
component-core-1.5.12-RELEASES.pom>2562004-release-VUVifD=

View File

@ -0,0 +1,6 @@
#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice.
#Fri Mar 27 17:08:41 CST 2026
https\://maven.aliyun.com/nexus/content/groups/public/.error=
https\://packages.aliyun.com/68804903e94e043d2d0f7d15/maven/2562004-release-vuvifd/.error=
https\://maven.aliyun.com/nexus/content/groups/public/.lastUpdated=1774602518402
https\://packages.aliyun.com/68804903e94e043d2d0f7d15/maven/2562004-release-vuvifd/.lastUpdated=1774602521520

View File

@ -0,0 +1,5 @@
#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice.
#Thu Jul 31 14:05:00 CST 2025
https\://maven.aliyun.com/nexus/content/groups/public/.error=
https\://maven.aliyun.com/nexus/content/groups/public/.lastUpdated=1753941900042
https\://packages.aliyun.com/68804903e94e043d2d0f7d15/maven/2562004-release-vuvifd/.lastUpdated=1753941900483

View File

@ -0,0 +1 @@
4f5a2b1852de4aa374902a1f0c208c95e9611282

View File

@ -0,0 +1,21 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.red.circle</groupId>
<artifactId>rc-components</artifactId>
<version>1.5.12-RELEASES</version>
<relativePath>./../pom.xml</relativePath>
</parent>
<groupId>com.red.circle</groupId>
<artifactId>component-core</artifactId>
<version>1.5.12-RELEASES</version>
<description>核心包</description>
<dependencies>
<dependency>
<groupId>com.red.circle</groupId>
<artifactId>rc-tool-core</artifactId>
</dependency>
</dependencies>
</project>

View File

@ -0,0 +1,5 @@
#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice.
#Thu Jul 31 14:04:38 CST 2025
https\://maven.aliyun.com/nexus/content/groups/public/.error=
https\://maven.aliyun.com/nexus/content/groups/public/.lastUpdated=1753941878093
https\://packages.aliyun.com/68804903e94e043d2d0f7d15/maven/2562004-release-vuvifd/.lastUpdated=1753941878686

View File

@ -0,0 +1 @@
16892cdeb69fdbff359c8263ee84f21bba182020

View File

@ -0,0 +1,4 @@
#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice.
#Thu Jul 31 14:23:59 CST 2025
component-game-1.5.12-RELEASES.jar>2562004-release-VUVifD=
component-game-1.5.12-RELEASES.pom>2562004-release-VUVifD=

View File

@ -0,0 +1,6 @@
#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice.
#Fri Mar 27 17:10:50 CST 2026
https\://maven.aliyun.com/nexus/content/groups/public/.error=
https\://packages.aliyun.com/68804903e94e043d2d0f7d15/maven/2562004-release-vuvifd/.error=
https\://maven.aliyun.com/nexus/content/groups/public/.lastUpdated=1774602648049
https\://packages.aliyun.com/68804903e94e043d2d0f7d15/maven/2562004-release-vuvifd/.lastUpdated=1774602650273

View File

@ -0,0 +1,5 @@
#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice.
#Thu Jul 31 14:23:59 CST 2025
https\://maven.aliyun.com/nexus/content/groups/public/.error=
https\://maven.aliyun.com/nexus/content/groups/public/.lastUpdated=1753943038353
https\://packages.aliyun.com/68804903e94e043d2d0f7d15/maven/2562004-release-vuvifd/.lastUpdated=1753943039082

View File

@ -0,0 +1 @@
9fcf4bebe13121c823f0318cde1430ff2c242497

View File

@ -0,0 +1,31 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.red.circle</groupId>
<artifactId>rc-components</artifactId>
<version>1.5.12-RELEASES</version>
<relativePath>./../pom.xml</relativePath>
</parent>
<groupId>com.red.circle</groupId>
<artifactId>component-game</artifactId>
<version>1.5.12-RELEASES</version>
<description>游戏服务</description>
<dependencies>
<dependency>
<groupId>com.red.circle</groupId>
<artifactId>rc-tool-core</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.red.circle</groupId>
<artifactId>rc-tool-crypto</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>jakarta.validation</groupId>
<artifactId>jakarta.validation-api</artifactId>
</dependency>
</dependencies>
</project>

View File

@ -0,0 +1,5 @@
#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice.
#Thu Jul 31 14:23:54 CST 2025
https\://maven.aliyun.com/nexus/content/groups/public/.error=
https\://maven.aliyun.com/nexus/content/groups/public/.lastUpdated=1753943034307
https\://packages.aliyun.com/68804903e94e043d2d0f7d15/maven/2562004-release-vuvifd/.lastUpdated=1753943034947

View File

@ -0,0 +1 @@
3f93f428cbad24f811214bf739440c7d4374d677

View File

@ -0,0 +1,4 @@
#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice.
#Thu Jul 31 14:28:55 CST 2025
component-instant-message-1.5.12-RELEASES.pom>2562004-release-VUVifD=
component-instant-message-1.5.12-RELEASES.jar>2562004-release-VUVifD=

View File

@ -0,0 +1,6 @@
#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice.
#Fri Mar 27 17:08:53 CST 2026
https\://maven.aliyun.com/nexus/content/groups/public/.error=
https\://packages.aliyun.com/68804903e94e043d2d0f7d15/maven/2562004-release-vuvifd/.error=
https\://maven.aliyun.com/nexus/content/groups/public/.lastUpdated=1774602532072
https\://packages.aliyun.com/68804903e94e043d2d0f7d15/maven/2562004-release-vuvifd/.lastUpdated=1774602533282

View File

@ -0,0 +1,5 @@
#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice.
#Thu Jul 31 14:28:55 CST 2025
https\://maven.aliyun.com/nexus/content/groups/public/.error=
https\://maven.aliyun.com/nexus/content/groups/public/.lastUpdated=1753943335216
https\://packages.aliyun.com/68804903e94e043d2d0f7d15/maven/2562004-release-vuvifd/.lastUpdated=1753943335654

View File

@ -0,0 +1 @@
e9d353c49e264643458918e9a7a2ca4f8f9f90b8

View File

@ -0,0 +1,41 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.red.circle</groupId>
<artifactId>rc-components</artifactId>
<version>1.5.12-RELEASES</version>
<relativePath>./../pom.xml</relativePath>
</parent>
<groupId>com.red.circle</groupId>
<artifactId>component-instant-message</artifactId>
<version>1.5.12-RELEASES</version>
<description>即时通讯</description>
<dependencies>
<dependency>
<groupId>com.red.circle</groupId>
<artifactId>component-core</artifactId>
</dependency>
<dependency>
<groupId>com.github.tencentyun</groupId>
<artifactId>tls-sig-api-v2</artifactId>
<version>${tls-sig-api.version}</version>
</dependency>
<dependency>
<groupId>com.tencentcloudapi</groupId>
<artifactId>tencentcloud-sdk-java</artifactId>
<version>${tencentcloud.version}</version>
</dependency>
<dependency>
<groupId>io.agora</groupId>
<artifactId>authentication</artifactId>
<version>${agora.version}</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-test</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
</project>

View File

@ -0,0 +1,5 @@
#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice.
#Thu Jul 31 14:04:38 CST 2025
https\://maven.aliyun.com/nexus/content/groups/public/.error=
https\://maven.aliyun.com/nexus/content/groups/public/.lastUpdated=1753941878124
https\://packages.aliyun.com/68804903e94e043d2d0f7d15/maven/2562004-release-vuvifd/.lastUpdated=1753941878678

View File

@ -0,0 +1 @@
7853347353f9a99df8307b5648ab7bd698eefd42

View File

@ -0,0 +1,4 @@
#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice.
#Thu Jul 31 14:06:04 CST 2025
component-log-1.5.12-RELEASES.jar>2562004-release-VUVifD=
component-log-1.5.12-RELEASES.pom>2562004-release-VUVifD=

View File

@ -0,0 +1,6 @@
#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice.
#Fri Mar 27 17:10:31 CST 2026
https\://maven.aliyun.com/nexus/content/groups/public/.error=
https\://packages.aliyun.com/68804903e94e043d2d0f7d15/maven/2562004-release-vuvifd/.error=
https\://maven.aliyun.com/nexus/content/groups/public/.lastUpdated=1774602630257
https\://packages.aliyun.com/68804903e94e043d2d0f7d15/maven/2562004-release-vuvifd/.lastUpdated=1774602631438

View File

@ -0,0 +1,5 @@
#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice.
#Thu Jul 31 14:06:04 CST 2025
https\://maven.aliyun.com/nexus/content/groups/public/.error=
https\://maven.aliyun.com/nexus/content/groups/public/.lastUpdated=1753941964155
https\://packages.aliyun.com/68804903e94e043d2d0f7d15/maven/2562004-release-vuvifd/.lastUpdated=1753941964981

View File

@ -0,0 +1 @@
2a1343e3ab5b390ededf5ada5861f908acd41473

View File

@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>com.red.circle</groupId>
<artifactId>component-log</artifactId>
<version>1.5.12-RELEASES</version>
<packaging>jar</packaging>
</project>

View File

@ -0,0 +1,5 @@
#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice.
#Thu Jul 31 14:04:55 CST 2025
https\://maven.aliyun.com/nexus/content/groups/public/.error=
https\://maven.aliyun.com/nexus/content/groups/public/.lastUpdated=1753941895197
https\://packages.aliyun.com/68804903e94e043d2d0f7d15/maven/2562004-release-vuvifd/.lastUpdated=1753941895627

View File

@ -0,0 +1 @@
1ed01829a7ca787f44809727626f1db0ac48d6c3

View File

@ -0,0 +1,4 @@
#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice.
#Thu Jul 31 14:28:55 CST 2025
component-mongodb-1.5.12-RELEASES.jar>2562004-release-VUVifD=
component-mongodb-1.5.12-RELEASES.pom>2562004-release-VUVifD=

View File

@ -0,0 +1,6 @@
#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice.
#Fri Mar 27 17:08:14 CST 2026
https\://maven.aliyun.com/nexus/content/groups/public/.error=
https\://packages.aliyun.com/68804903e94e043d2d0f7d15/maven/2562004-release-vuvifd/.error=
https\://maven.aliyun.com/nexus/content/groups/public/.lastUpdated=1774602493766
https\://packages.aliyun.com/68804903e94e043d2d0f7d15/maven/2562004-release-vuvifd/.lastUpdated=1774602494792

View File

@ -0,0 +1,5 @@
#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice.
#Thu Jul 31 14:28:55 CST 2025
https\://maven.aliyun.com/nexus/content/groups/public/.error=
https\://maven.aliyun.com/nexus/content/groups/public/.lastUpdated=1753943334436
https\://packages.aliyun.com/68804903e94e043d2d0f7d15/maven/2562004-release-vuvifd/.lastUpdated=1753943335083

View File

@ -0,0 +1 @@
67cd9ecc8e2ce70924d454e854998e95fe0922f8

View File

@ -0,0 +1,29 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.red.circle</groupId>
<artifactId>rc-components</artifactId>
<version>1.5.12-RELEASES</version>
<relativePath>./../pom.xml</relativePath>
</parent>
<groupId>com.red.circle</groupId>
<artifactId>component-mongodb</artifactId>
<version>1.5.12-RELEASES</version>
<description>mongodb组件</description>
<dependencies>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-data-mongodb</artifactId>
</dependency>
<dependency>
<groupId>com.red.circle</groupId>
<artifactId>framework-dto</artifactId>
</dependency>
<dependency>
<groupId>com.red.circle</groupId>
<artifactId>rc-tool-core</artifactId>
</dependency>
</dependencies>
</project>

View File

@ -0,0 +1,5 @@
#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice.
#Thu Jul 31 14:04:49 CST 2025
https\://maven.aliyun.com/nexus/content/groups/public/.error=
https\://maven.aliyun.com/nexus/content/groups/public/.lastUpdated=1753941888968
https\://packages.aliyun.com/68804903e94e043d2d0f7d15/maven/2562004-release-vuvifd/.lastUpdated=1753941889476

View File

@ -0,0 +1 @@
eda8b6b92db7c6790eef25198e4a9bbc5da56db1

View File

@ -0,0 +1,4 @@
#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice.
#Thu Jul 31 14:28:54 CST 2025
component-mq-1.5.12-RELEASES.jar>2562004-release-VUVifD=
component-mq-1.5.12-RELEASES.pom>2562004-release-VUVifD=

View File

@ -0,0 +1,6 @@
#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice.
#Fri Mar 27 17:09:18 CST 2026
https\://maven.aliyun.com/nexus/content/groups/public/.error=
https\://packages.aliyun.com/68804903e94e043d2d0f7d15/maven/2562004-release-vuvifd/.error=
https\://maven.aliyun.com/nexus/content/groups/public/.lastUpdated=1774602555582
https\://packages.aliyun.com/68804903e94e043d2d0f7d15/maven/2562004-release-vuvifd/.lastUpdated=1774602558596

View File

@ -0,0 +1,5 @@
#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice.
#Thu Jul 31 14:28:54 CST 2025
https\://maven.aliyun.com/nexus/content/groups/public/.error=
https\://maven.aliyun.com/nexus/content/groups/public/.lastUpdated=1753943334148
https\://packages.aliyun.com/68804903e94e043d2d0f7d15/maven/2562004-release-vuvifd/.lastUpdated=1753943334801

View File

@ -0,0 +1 @@
92e40bd20df602db1d807313a1aa83ea715c9afc

View File

@ -0,0 +1,44 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.red.circle</groupId>
<artifactId>rc-components</artifactId>
<version>1.5.12-RELEASES</version>
<relativePath>./../pom.xml</relativePath>
</parent>
<groupId>com.red.circle</groupId>
<artifactId>component-mq</artifactId>
<version>1.5.12-RELEASES</version>
<description>消息队列</description>
<dependencies>
<dependency>
<groupId>com.red.circle</groupId>
<artifactId>component-core</artifactId>
</dependency>
<dependency>
<groupId>com.red.circle</groupId>
<artifactId>component-redis</artifactId>
</dependency>
<dependency>
<groupId>com.red.circle</groupId>
<artifactId>rc-tool-core</artifactId>
</dependency>
<dependency>
<groupId>org.apache.rocketmq</groupId>
<artifactId>rocketmq-client-java</artifactId>
<version>${rocketmq-client-java.version}</version>
</dependency>
<dependency>
<groupId>com.alibaba</groupId>
<artifactId>fastjson</artifactId>
<version>${fastjson.version}</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-test</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
</project>

View File

@ -0,0 +1,5 @@
#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice.
#Thu Jul 31 14:04:53 CST 2025
https\://maven.aliyun.com/nexus/content/groups/public/.error=
https\://maven.aliyun.com/nexus/content/groups/public/.lastUpdated=1753941893170
https\://packages.aliyun.com/68804903e94e043d2d0f7d15/maven/2562004-release-vuvifd/.lastUpdated=1753941893625

View File

@ -0,0 +1 @@
fa6cdca06eef460f05dc7496e30c056949aa1cb3

View File

@ -0,0 +1,4 @@
#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice.
#Thu Jul 31 14:28:55 CST 2025
component-oss-1.5.12-RELEASES.jar>2562004-release-VUVifD=
component-oss-1.5.12-RELEASES.pom>2562004-release-VUVifD=

View File

@ -0,0 +1,6 @@
#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice.
#Fri Mar 27 17:07:45 CST 2026
https\://maven.aliyun.com/nexus/content/groups/public/.error=
https\://packages.aliyun.com/68804903e94e043d2d0f7d15/maven/2562004-release-vuvifd/.error=
https\://maven.aliyun.com/nexus/content/groups/public/.lastUpdated=1774602464684
https\://packages.aliyun.com/68804903e94e043d2d0f7d15/maven/2562004-release-vuvifd/.lastUpdated=1774602465761

View File

@ -0,0 +1,5 @@
#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice.
#Thu Jul 31 14:28:55 CST 2025
https\://maven.aliyun.com/nexus/content/groups/public/.error=
https\://maven.aliyun.com/nexus/content/groups/public/.lastUpdated=1753943334494
https\://packages.aliyun.com/68804903e94e043d2d0f7d15/maven/2562004-release-vuvifd/.lastUpdated=1753943335176

View File

@ -0,0 +1 @@
5fd7b6b374a64dbf072af0e802306dd61e53fba3

View File

@ -0,0 +1,32 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.red.circle</groupId>
<artifactId>rc-components</artifactId>
<version>1.5.12-RELEASES</version>
<relativePath>./../pom.xml</relativePath>
</parent>
<groupId>com.red.circle</groupId>
<artifactId>component-oss</artifactId>
<version>1.5.12-RELEASES</version>
<description>oss</description>
<dependencies>
<dependency>
<groupId>com.red.circle</groupId>
<artifactId>rc-tool-core</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.aliyun.oss</groupId>
<artifactId>aliyun-sdk-oss</artifactId>
<version>${aliyun-java-sdk-oss.version}</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-test</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
</project>

View File

@ -0,0 +1,5 @@
#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice.
#Thu Jul 31 14:04:43 CST 2025
https\://maven.aliyun.com/nexus/content/groups/public/.error=
https\://maven.aliyun.com/nexus/content/groups/public/.lastUpdated=1753941882600
https\://packages.aliyun.com/68804903e94e043d2d0f7d15/maven/2562004-release-vuvifd/.lastUpdated=1753941883094

View File

@ -0,0 +1 @@
d43d00a534e2f08f0d562decd4d453fb70fdcb82

View File

@ -0,0 +1,4 @@
#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice.
#Thu Jul 31 14:28:55 CST 2025
component-pay-1.5.12-RELEASES.jar>2562004-release-VUVifD=
component-pay-1.5.12-RELEASES.pom>2562004-release-VUVifD=

View File

@ -0,0 +1,6 @@
#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice.
#Fri Mar 27 17:09:07 CST 2026
https\://maven.aliyun.com/nexus/content/groups/public/.error=
https\://packages.aliyun.com/68804903e94e043d2d0f7d15/maven/2562004-release-vuvifd/.error=
https\://maven.aliyun.com/nexus/content/groups/public/.lastUpdated=1774602544846
https\://packages.aliyun.com/68804903e94e043d2d0f7d15/maven/2562004-release-vuvifd/.lastUpdated=1774602547083

View File

@ -0,0 +1,5 @@
#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice.
#Thu Jul 31 14:28:55 CST 2025
https\://maven.aliyun.com/nexus/content/groups/public/.error=
https\://maven.aliyun.com/nexus/content/groups/public/.lastUpdated=1753943335203
https\://packages.aliyun.com/68804903e94e043d2d0f7d15/maven/2562004-release-vuvifd/.lastUpdated=1753943335707

View File

@ -0,0 +1 @@
647f5bf21f6a22344685a9af5aa8fb274903b66f

View File

@ -0,0 +1,76 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.red.circle</groupId>
<artifactId>rc-components</artifactId>
<version>1.5.12-RELEASES</version>
<relativePath>./../pom.xml</relativePath>
</parent>
<groupId>com.red.circle</groupId>
<artifactId>component-pay</artifactId>
<version>1.5.12-RELEASES</version>
<description>外部第三方调用</description>
<dependencies>
<dependency>
<groupId>com.red.circle</groupId>
<artifactId>component-core</artifactId>
</dependency>
<dependency>
<groupId>com.red.circle</groupId>
<artifactId>rc-tool-crypto</artifactId>
</dependency>
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-pubsub</artifactId>
<version>${google-cloud-pubsub.version}</version>
</dependency>
<dependency>
<groupId>com.google.apis</groupId>
<artifactId>google-api-services-androidpublisher</artifactId>
<version>${google-androidpublisher.version}</version>
</dependency>
<dependency>
<groupId>com.google.protobuf</groupId>
<artifactId>protobuf-java</artifactId>
<version>${protobuf-java.version}</version>
</dependency>
<dependency>
<groupId>com.squareup.okhttp3</groupId>
<artifactId>okhttp</artifactId>
<version>${okhttp.version}</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.google.firebase</groupId>
<artifactId>firebase-admin</artifactId>
<version>${google-firebase.version}</version>
</dependency>
<dependency>
<groupId>com.paynicorn</groupId>
<artifactId>paynicorn-java-sdk</artifactId>
<version>${paynicorn.version}</version>
<exclusions>
<exclusion>
<groupId>com.sparkjava</groupId>
<artifactId>spark-core</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-autoconfigure</artifactId>
</dependency>
<dependency>
<groupId>jakarta.validation</groupId>
<artifactId>jakarta.validation-api</artifactId>
</dependency>
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcprov-jdk15on</artifactId>
<version>${bcprov-jdk15on.version}</version>
<scope>compile</scope>
</dependency>
</dependencies>
</project>

View File

@ -0,0 +1,5 @@
#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice.
#Thu Jul 31 14:04:50 CST 2025
https\://maven.aliyun.com/nexus/content/groups/public/.error=
https\://maven.aliyun.com/nexus/content/groups/public/.lastUpdated=1753941889805
https\://packages.aliyun.com/68804903e94e043d2d0f7d15/maven/2562004-release-vuvifd/.lastUpdated=1753941890258

View File

@ -0,0 +1 @@
5a9352173c8a54bac6ff14212152b98dd8c5d7c3

View File

@ -0,0 +1,4 @@
#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice.
#Thu Jul 31 14:06:02 CST 2025
component-push-1.5.12-RELEASES.jar>2562004-release-VUVifD=
component-push-1.5.12-RELEASES.pom>2562004-release-VUVifD=

View File

@ -0,0 +1,6 @@
#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice.
#Fri Mar 27 17:08:38 CST 2026
https\://maven.aliyun.com/nexus/content/groups/public/.error=
https\://packages.aliyun.com/68804903e94e043d2d0f7d15/maven/2562004-release-vuvifd/.error=
https\://maven.aliyun.com/nexus/content/groups/public/.lastUpdated=1774602515133
https\://packages.aliyun.com/68804903e94e043d2d0f7d15/maven/2562004-release-vuvifd/.lastUpdated=1774602518200

View File

@ -0,0 +1,5 @@
#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice.
#Thu Jul 31 14:06:02 CST 2025
https\://maven.aliyun.com/nexus/content/groups/public/.error=
https\://maven.aliyun.com/nexus/content/groups/public/.lastUpdated=1753941961747
https\://packages.aliyun.com/68804903e94e043d2d0f7d15/maven/2562004-release-vuvifd/.lastUpdated=1753941962508

View File

@ -0,0 +1 @@
00446ade5ea68b073d4fa9cf36daec4e18142bb9

View File

@ -0,0 +1,32 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.red.circle</groupId>
<artifactId>rc-components</artifactId>
<version>1.5.12-RELEASES</version>
<relativePath>./../pom.xml</relativePath>
</parent>
<groupId>com.red.circle</groupId>
<artifactId>component-push</artifactId>
<version>1.5.12-RELEASES</version>
<description>推送组件</description>
<dependencies>
<dependency>
<groupId>com.red.circle</groupId>
<artifactId>component-core</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.google.firebase</groupId>
<artifactId>firebase-admin</artifactId>
<version>${google-firebase.version}</version>
</dependency>
</dependencies>
</project>

View File

@ -0,0 +1,5 @@
#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice.
#Thu Jul 31 14:04:49 CST 2025
https\://maven.aliyun.com/nexus/content/groups/public/.error=
https\://maven.aliyun.com/nexus/content/groups/public/.lastUpdated=1753941889148
https\://packages.aliyun.com/68804903e94e043d2d0f7d15/maven/2562004-release-vuvifd/.lastUpdated=1753941889706

View File

@ -0,0 +1 @@
46ecc5b3b63ec3b39e392169cc1f285202838416

View File

@ -0,0 +1,4 @@
#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice.
#Thu Jul 31 14:28:54 CST 2025
component-redis-1.5.12-RELEASES.pom>2562004-release-VUVifD=
component-redis-1.5.12-RELEASES.jar>2562004-release-VUVifD=

View File

@ -0,0 +1,6 @@
#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice.
#Fri Mar 27 17:10:11 CST 2026
https\://maven.aliyun.com/nexus/content/groups/public/.error=
https\://packages.aliyun.com/68804903e94e043d2d0f7d15/maven/2562004-release-vuvifd/.error=
https\://maven.aliyun.com/nexus/content/groups/public/.lastUpdated=1774602608478
https\://packages.aliyun.com/68804903e94e043d2d0f7d15/maven/2562004-release-vuvifd/.lastUpdated=1774602611574

View File

@ -0,0 +1,5 @@
#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice.
#Thu Jul 31 14:28:54 CST 2025
https\://maven.aliyun.com/nexus/content/groups/public/.error=
https\://maven.aliyun.com/nexus/content/groups/public/.lastUpdated=1753943334105
https\://packages.aliyun.com/68804903e94e043d2d0f7d15/maven/2562004-release-vuvifd/.lastUpdated=1753943334920

View File

@ -0,0 +1 @@
da71bf2db9c939b2604b1c9a263496f24416c8f4

View File

@ -0,0 +1,46 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.red.circle</groupId>
<artifactId>rc-components</artifactId>
<version>1.5.12-RELEASES</version>
<relativePath>./../pom.xml</relativePath>
</parent>
<groupId>com.red.circle</groupId>
<artifactId>component-redis</artifactId>
<version>1.5.12-RELEASES</version>
<description>redis 组件</description>
<dependencies>
<dependency>
<groupId>com.red.circle</groupId>
<artifactId>rc-tool-core</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-data-redis</artifactId>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-pool2</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-aop</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-json</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-test</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.red.circle</groupId>
<artifactId>framework-core</artifactId>
</dependency>
</dependencies>
</project>

View File

@ -0,0 +1,5 @@
#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice.
#Thu Jul 31 14:04:00 CST 2025
https\://maven.aliyun.com/nexus/content/groups/public/.error=
https\://maven.aliyun.com/nexus/content/groups/public/.lastUpdated=1753941839854
https\://packages.aliyun.com/68804903e94e043d2d0f7d15/maven/2562004-release-vuvifd/.lastUpdated=1753941840336

View File

@ -0,0 +1 @@
fb0f8a52b3af7c8c5618f9cf8d26913f906a8237

View File

@ -0,0 +1,4 @@
#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice.
#Thu Jul 31 14:06:10 CST 2025
component-sms-1.5.12-RELEASES.jar>2562004-release-VUVifD=
component-sms-1.5.12-RELEASES.pom>2562004-release-VUVifD=

View File

@ -0,0 +1,6 @@
#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice.
#Fri Mar 27 17:11:02 CST 2026
https\://maven.aliyun.com/nexus/content/groups/public/.error=
https\://packages.aliyun.com/68804903e94e043d2d0f7d15/maven/2562004-release-vuvifd/.error=
https\://maven.aliyun.com/nexus/content/groups/public/.lastUpdated=1774602660106
https\://packages.aliyun.com/68804903e94e043d2d0f7d15/maven/2562004-release-vuvifd/.lastUpdated=1774602662637

View File

@ -0,0 +1,5 @@
#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice.
#Thu Jul 31 14:06:10 CST 2025
https\://maven.aliyun.com/nexus/content/groups/public/.error=
https\://maven.aliyun.com/nexus/content/groups/public/.lastUpdated=1753941970011
https\://packages.aliyun.com/68804903e94e043d2d0f7d15/maven/2562004-release-vuvifd/.lastUpdated=1753941970811

View File

@ -0,0 +1 @@
0cb8a3c2461679b066ee35f3f07c557216061bd2

View File

@ -0,0 +1,27 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.red.circle</groupId>
<artifactId>rc-components</artifactId>
<version>1.5.12-RELEASES</version>
<relativePath>./../pom.xml</relativePath>
</parent>
<groupId>com.red.circle</groupId>
<artifactId>component-sms</artifactId>
<version>1.5.12-RELEASES</version>
<description>短信</description>
<dependencies>
<dependency>
<groupId>com.red.circle</groupId>
<artifactId>component-core</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-test</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
</project>

View File

@ -0,0 +1,5 @@
#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice.
#Thu Jul 31 14:04:42 CST 2025
https\://maven.aliyun.com/nexus/content/groups/public/.error=
https\://maven.aliyun.com/nexus/content/groups/public/.lastUpdated=1753941881838
https\://packages.aliyun.com/68804903e94e043d2d0f7d15/maven/2562004-release-vuvifd/.lastUpdated=1753941882312

View File

@ -0,0 +1 @@
ec4424256815441cb963c41148f8ec21ee95efa6

View File

@ -0,0 +1,4 @@
#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice.
#Thu Jul 31 14:06:01 CST 2025
component-translation-1.5.12-RELEASES.jar>2562004-release-VUVifD=
component-translation-1.5.12-RELEASES.pom>2562004-release-VUVifD=

View File

@ -0,0 +1,6 @@
#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice.
#Fri Mar 27 17:09:21 CST 2026
https\://maven.aliyun.com/nexus/content/groups/public/.error=
https\://packages.aliyun.com/68804903e94e043d2d0f7d15/maven/2562004-release-vuvifd/.error=
https\://maven.aliyun.com/nexus/content/groups/public/.lastUpdated=1774602558912
https\://packages.aliyun.com/68804903e94e043d2d0f7d15/maven/2562004-release-vuvifd/.lastUpdated=1774602561813

View File

@ -0,0 +1,5 @@
#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice.
#Thu Jul 31 14:06:01 CST 2025
https\://maven.aliyun.com/nexus/content/groups/public/.error=
https\://maven.aliyun.com/nexus/content/groups/public/.lastUpdated=1753941957974
https\://packages.aliyun.com/68804903e94e043d2d0f7d15/maven/2562004-release-vuvifd/.lastUpdated=1753941961524

View File

@ -0,0 +1 @@
543264dbf6708c3aa74fd2f7487873014e255020

View File

@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>com.red.circle</groupId>
<artifactId>component-translation</artifactId>
<version>1.5.12-RELEASES</version>
<packaging>jar</packaging>
</project>

View File

@ -0,0 +1,5 @@
#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice.
#Thu Jul 31 14:04:48 CST 2025
https\://maven.aliyun.com/nexus/content/groups/public/.error=
https\://maven.aliyun.com/nexus/content/groups/public/.lastUpdated=1753941888613
https\://packages.aliyun.com/68804903e94e043d2d0f7d15/maven/2562004-release-vuvifd/.lastUpdated=1753941888974

View File

@ -0,0 +1 @@
2ca84ae2b33eaab16fe30b88f186eb15b1cb62fb

View File

@ -0,0 +1,4 @@
#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice.
#Thu Jul 31 14:04:52 CST 2025
framework-cloud-1.5.12-RELEASES.jar>2562004-release-VUVifD=
framework-cloud-1.5.12-RELEASES.pom>2562004-release-VUVifD=

View File

@ -0,0 +1,6 @@
#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice.
#Fri Mar 27 17:09:29 CST 2026
https\://maven.aliyun.com/nexus/content/groups/public/.error=
https\://packages.aliyun.com/68804903e94e043d2d0f7d15/maven/2562004-release-vuvifd/.error=
https\://maven.aliyun.com/nexus/content/groups/public/.lastUpdated=1774602567619
https\://packages.aliyun.com/68804903e94e043d2d0f7d15/maven/2562004-release-vuvifd/.lastUpdated=1774602569489

View File

@ -0,0 +1,5 @@
#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice.
#Thu Jul 31 14:04:52 CST 2025
https\://maven.aliyun.com/nexus/content/groups/public/.error=
https\://maven.aliyun.com/nexus/content/groups/public/.lastUpdated=1753941892051
https\://packages.aliyun.com/68804903e94e043d2d0f7d15/maven/2562004-release-vuvifd/.lastUpdated=1753941892778

View File

@ -0,0 +1 @@
9cbba2b242476838176c7f7c8c2bc789bc0b9449

View File

@ -0,0 +1,23 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.red.circle</groupId>
<artifactId>rc-framework</artifactId>
<version>1.5.12-RELEASES</version>
</parent>
<groupId>com.red.circle</groupId>
<artifactId>framework-cloud</artifactId>
<version>1.5.12-RELEASES</version>
<dependencies>
<dependency>
<groupId>com.red.circle</groupId>
<artifactId>framework-nacos</artifactId>
</dependency>
<dependency>
<groupId>com.red.circle</groupId>
<artifactId>framework-web</artifactId>
</dependency>
</dependencies>
</project>

View File

@ -0,0 +1,5 @@
#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice.
#Thu Jul 31 14:03:58 CST 2025
https\://maven.aliyun.com/nexus/content/groups/public/.error=
https\://maven.aliyun.com/nexus/content/groups/public/.lastUpdated=1753941837987
https\://packages.aliyun.com/68804903e94e043d2d0f7d15/maven/2562004-release-vuvifd/.lastUpdated=1753941838476

View File

@ -0,0 +1 @@
6a2e4427d812d175692af26d18ea9fea0ab0f5db

View File

@ -0,0 +1,4 @@
#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice.
#Thu Jul 31 14:04:49 CST 2025
framework-core-1.5.12-RELEASES.jar>2562004-release-VUVifD=
framework-core-1.5.12-RELEASES.pom>2562004-release-VUVifD=

View File

@ -0,0 +1,6 @@
#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice.
#Fri Mar 27 17:09:11 CST 2026
https\://maven.aliyun.com/nexus/content/groups/public/.error=
https\://packages.aliyun.com/68804903e94e043d2d0f7d15/maven/2562004-release-vuvifd/.error=
https\://maven.aliyun.com/nexus/content/groups/public/.lastUpdated=1774602549869
https\://packages.aliyun.com/68804903e94e043d2d0f7d15/maven/2562004-release-vuvifd/.lastUpdated=1774602551930

Some files were not shown because too many files have changed in this diff Show More