File tree Expand file tree Collapse file tree 1 file changed +22
-3
lines changed Expand file tree Collapse file tree 1 file changed +22
-3
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ Master Branch: [ 是腾讯云提供的一款支持** 百亿级** 消息的移动App推送平台,开发者可以调用Java SDK访问信鸽推送服务。
6
6
7
- 目前最新的SDK版本是 ` 1.2.0-SNAPSHOT ` ,请及时更新SDK版本以获取最新的功能特性。
7
+ 目前最新的SDK版本是 ` 1.2.0 ` ,请及时更新SDK版本以获取最新的功能特性。
8
8
9
9
## 引用SDK
10
10
- 方法一:使用maven库(** 推荐** )
@@ -15,14 +15,14 @@ Master Branch: [ 下载最新版本的包
34
34
- 使用时引用XingeApp包即可
35
+
36
+ ** 注意:** 对于REST API V2接口请使用 ` 1.1.8 ` 版本,此版本和 ` 1.2.0 ` 版本差异很大
37
+
38
+ ``` xml
39
+
40
+ <repositories >
41
+ <repository >
42
+ <id >xingePush</id >
43
+ <url >https://raw.githubusercontent.com/xingePush/maven-repository/release/</url >
44
+ </repository >
45
+ </repositories >
46
+ <dependencies >
47
+ <dependency >
48
+ <groupId >com.github.xingePush</groupId >
49
+ <artifactId >xinge</artifactId >
50
+ <version >1.1.8</version >
51
+ </dependency >
52
+ </dependencies >
53
+ ```
35
54
36
55
## 接口说明
37
56
信鸽提供的主要推送和查询接口包括3种
You can’t perform that action at this time.
0 commit comments