Skip to content

Commit 21c8773

Browse files
author
bulezeng(曾卫进)
committed
2 parents 3788303 + 84042a5 commit 21c8773

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Master Branch: [![Travis CI](https://travis-ci.org/xingePush/xinge-api-java.svg?
44
## 概述
55
[信鸽](http://xg.qq.com) 是腾讯云提供的一款支持**百亿级**消息的移动App推送平台,开发者可以调用Java SDK访问信鸽推送服务。
66

7-
目前最新的SDK版本是 `1.2.0`,请及时更新SDK版本以获取最新的功能特性。
7+
目前最新的SDK版本是 `1.2.2`,请及时更新SDK版本以获取最新的功能特性。
88

99
可以查看 [JavaDoc](https://xingepush.github.io/xinge-api-java/)
1010

@@ -24,7 +24,7 @@ Master Branch: [![Travis CI](https://travis-ci.org/xingePush/xinge-api-java.svg?
2424
<dependency>
2525
<groupId>com.github.xingePush</groupId>
2626
<artifactId>xinge</artifactId>
27-
<version>1.2.1</version>
27+
<version>1.2.2</version>
2828
</dependency>
2929
</dependencies>
3030
```
@@ -35,7 +35,7 @@ Master Branch: [![Travis CI](https://travis-ci.org/xingePush/xinge-api-java.svg?
3535
-[信鸽官网](http://xg.qq.com/xg/ctr_index/download)下载最新版本的包
3636
- 使用时引用XingeApp包即可
3737

38-
**注意:** 对于REST API V2接口请使用 `1.1.8`版本,此版本和 `1.2.0`版本差异很大
38+
**注意:** 对于REST API V2接口请使用 `1.1.8`版本,此版本和 `1.2.2`版本差异很大
3939

4040
```xml
4141

@@ -55,7 +55,7 @@ Master Branch: [![Travis CI](https://travis-ci.org/xingePush/xinge-api-java.svg?
5555
```
5656

5757
## 接口说明
58-
信鸽提供的主要推送和查询接口包括3种
58+
v2 版本(sdk 1.1.8)信鸽提供的主要推送和查询接口包括3种
5959

6060
### 创建推送任务
6161
- pushSingleDevice 推送消息给单个设备

0 commit comments

Comments
 (0)