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

@@ -20,6 +20,10 @@
<groupId>com.sino</groupId>
<artifactId>mci-channel-common</artifactId>
</dependency>
<dependency>
<groupId>com.sino</groupId>
<artifactId>mci-channel-wecom</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>