feat(channel): add channel-common SPI, channel tables, subject/account APIs and WeCom callback placeholder

This commit is contained in:
2026-07-07 11:55:53 +08:00
parent 5828404418
commit 855f77595d
25 changed files with 604 additions and 1 deletions

View File

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