feat(channel): 新增 mci-channel-wecom 模块及 WeComChannelAdapter 桩实现

This commit is contained in:
2026-07-07 17:37:01 +08:00
parent 616f5fd2d3
commit a0db14fb2b
4 changed files with 85 additions and 0 deletions

View File

@@ -29,6 +29,7 @@
<modules>
<module>mci-shared</module>
<module>mci-channel-common</module>
<module>mci-channel-wecom</module>
<module>mci-server</module>
</modules>
@@ -44,6 +45,11 @@
<artifactId>mci-channel-common</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>com.sino</groupId>
<artifactId>mci-channel-wecom</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>com.baomidou</groupId>
<artifactId>mybatis-plus-boot-starter</artifactId>