Skip to content

Commit

Permalink
2.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
liyiorg committed Sep 21, 2016
1 parent e4415e0 commit 44916fd
Show file tree
Hide file tree
Showing 43 changed files with 437 additions and 1,993 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ weixin-popular 包括微信公众平台、公众号第三方平台基础API与
<dependency>
<groupId>com.github.liyiorg</groupId>
<artifactId>weixin-popular</artifactId>
<version>2.8.0</version>
<version>2.8.1</version>
</dependency>
```
* [升级注意事项](https://github.com/liyiorg/weixin-popular/wiki/jar_update)
Expand All @@ -37,15 +37,15 @@ weixin-popular 包括微信公众平台、公众号第三方平台基础API与
* [ClearQuotaAPI](https://github.com/liyiorg/weixin-popular/wiki/ClearQuotaAPI) 接口调用频次清零
* [PoiAPI](https://github.com/liyiorg/weixin-popular/wiki/PoiAPI) 微信门店 @Moyq5 (贡献)
* [CardAPI](https://github.com/liyiorg/weixin-popular/wiki/CardAPI) 微信卡券 @Moyq5 (贡献)
* [ShakearoundAPI](https://github.com/liyiorg/weixin-popular/wiki/ShakearoundAPI) 微信摇一摇周边 @Moyq5 (贡献)
* [DatacubeAPI](https://github.com/liyiorg/weixin-popular/wiki/DatacubeAPI) 数据统计 @Moyq5 (贡献)

### 待开发API
* [BizwifiAPI](https://github.com/liyiorg/weixin-popular/wiki/BizwifiAPI) 微信连Wi-Fi
* [CustomserviceAPI](https://github.com/liyiorg/weixin-popular/wiki/CustomserviceAPI) 多客服功能
* [DatacubeAPI](https://github.com/liyiorg/weixin-popular/wiki/DatacubeAPI) 数据统计
* [MerchantAPI](https://github.com/liyiorg/weixin-popular/wiki/MerchantAPI) 微信小店
* [ScanAPI](https://github.com/liyiorg/weixin-popular/wiki/ScanAPI) 微信扫一扫
* [SemanticAPI](https://github.com/liyiorg/weixin-popular/wiki/SemanticAPI) 微信智能
* [ShakearoundAPI](https://github.com/liyiorg/weixin-popular/wiki/ShakearoundAPI) 微信摇一摇周边
* [DeviceAPI](https://github.com/liyiorg/weixin-popular/wiki/DeviceAPI) 设备功能

## API 模式切换
Expand Down
6 changes: 5 additions & 1 deletion changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,17 @@ WEIXIN-POPULAR CHANGELOG
===========================
https://github.com/liyiorg/weixin-popular

Changes in version 2.8.1-SNAPSHOT (2016-07-22)
Changes in version 2.8.1 (2016-09-21)
-------------------------------------
*
* 添加PoiAPI 门店接口
* 添加CardAPI 卡卷接口
* 添加ShakeAroundAPI 微信摇一摇周边
* 添加DataCubeAPI 数据统计接口
* UserAPI 添加用户标签、黑名单接口
* 更新 JsUtil.generateChooseWXPayJson 生成JS支付JSON数据
* MaterialAPI issue #38 修复
* TokenAPI TicketAPI issue #53 修复

Changes in version 2.8.0 (2016-05-24)
-------------------------------------
Expand Down
13 changes: 4 additions & 9 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>com.github.liyiorg</groupId>
<artifactId>weixin-popular</artifactId>
<version>2.8.1-SNAPSHOT</version>
<version>2.8.1</version>

<name>weixin-popular</name>
<description>The weixin-popular is a JAVA SDK for weixin. Weixin web url is https://mp.weixin.qq.com.</description>
Expand Down Expand Up @@ -94,14 +94,9 @@
<dependency>
<groupId>com.vdurmont</groupId>
<artifactId>emoji-java</artifactId>
<version>3.1.1</version>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.12</version>
<scope>test</scope>
<version>3.1.3</version>
</dependency>

</dependencies>

<build>
Expand Down Expand Up @@ -147,7 +142,7 @@
<docencoding>utf-8</docencoding>
<locale>zh_CN</locale>
<show>public</show>
<!-- <excludePackageNames>weixin.popular.bean.*</excludePackageNames> -->
<excludePackageNames>weixin.popular.bean.*</excludePackageNames>
</configuration>
<executions>
<execution>
Expand Down
Loading

0 comments on commit 44916fd

Please sign in to comment.