feat(wecom): add group bot webhook sender and dispatch by account type

This commit is contained in:
2026-07-14 17:15:32 +08:00
parent 4bc643024d
commit 0bef33bbb8
5 changed files with 139 additions and 4 deletions

View File

@@ -23,6 +23,10 @@
<groupId>org.springframework</groupId>
<artifactId>spring-context</artifactId>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-web</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-autoconfigure</artifactId>