增加腾讯云推送
This commit is contained in:
16
pom.xml
16
pom.xml
@@ -136,28 +136,28 @@
|
||||
<scope>runtime</scope>
|
||||
</dependency>
|
||||
|
||||
<!--异步处理-->
|
||||
<!--阿里云短信异步-->
|
||||
<dependency>
|
||||
<groupId>com.aliyun</groupId>
|
||||
<artifactId>alibabacloud-dysmsapi20170525</artifactId>
|
||||
<version>3.0.2</version>
|
||||
</dependency>
|
||||
|
||||
<!--同步-->
|
||||
<!--阿里云短信同步-->
|
||||
<dependency>
|
||||
<groupId>com.aliyun</groupId>
|
||||
<artifactId>dysmsapi20170525</artifactId>
|
||||
<version>3.1.1</version>
|
||||
</dependency>
|
||||
|
||||
<!--异步推送-->
|
||||
<!--阿里云推送异步-->
|
||||
<dependency>
|
||||
<groupId>com.aliyun</groupId>
|
||||
<artifactId>alibabacloud-push20160801</artifactId>
|
||||
<version>1.0.13</version>
|
||||
</dependency>
|
||||
|
||||
<!--同步推送-->
|
||||
<!--阿里云推送同步-->
|
||||
<dependency>
|
||||
<groupId>com.aliyun</groupId>
|
||||
<artifactId>push20160801</artifactId>
|
||||
@@ -182,12 +182,18 @@
|
||||
<version>0.12.3</version>
|
||||
<scope>runtime</scope>
|
||||
</dependency>
|
||||
|
||||
<!-- 腾讯云短信服务 -->
|
||||
<dependency>
|
||||
<groupId>com.tencentcloudapi</groupId>
|
||||
<artifactId>tencentcloud-sdk-java-sms</artifactId>
|
||||
<version>3.1.499</version> <!-- 推荐稳定版本 -->
|
||||
</dependency>
|
||||
<!-- 腾讯云推送 -->
|
||||
<dependency>
|
||||
<groupId>io.github.tpnsPush</groupId>
|
||||
<artifactId>xinge</artifactId>
|
||||
<version>1.2.4.22</version>
|
||||
</dependency>
|
||||
|
||||
</dependencies>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user