implement notify

This commit is contained in:
Timi
2026-08-20 23:14:54 +08:00
parent 84190b9773
commit e3ef3e5275
44 changed files with 1667 additions and 34 deletions
+9
View File
@@ -240,6 +240,15 @@
<artifactId>e2ins-msg-notify-service-sdk</artifactId>
<version>0.0.9</version>
</dependency>
<dependency>
<groupId>com.tencentcloudapi</groupId>
<artifactId>tencentcloud-sdk-java-sms</artifactId>
<version>3.1.1281</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-mail</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-freemarker</artifactId>