version upgrade to 1.7.6

This commit is contained in:
jinyu 2017-06-02 14:40:11 +08:00
parent fe1bbf8b43
commit 6326ee1c03
7 changed files with 107 additions and 81 deletions

View File

@ -784,6 +784,14 @@
+ version upgrade to 1.7.4 + version upgrade to 1.7.4
* 2017-04-11
+ version upgrade to 1.7.5
* 2017-05-19 * 2017-05-19
+ weixin4j-mp:新增评论管理接口 + weixin4j-mp:新增评论管理接口
* 2017-06-02
+ version upgrade to 1.7.6

View File

@ -879,5 +879,5 @@ public class WeixinPayProxy {
return customsApi.queryCustomsOrder(idQuery, customsCity); return customsApi.queryCustomsOrder(idQuery, customsCity);
} }
public final static String VERSION = "1.7.5"; public final static String VERSION = "1.7.6";
} }

View File

@ -268,6 +268,14 @@
+ version upgrade to 1.7.4 + version upgrade to 1.7.4
* 2017-04-11
+ version upgrade to 1.7.5
* 2017-05-19 * 2017-05-19
+ 新增评论管理接口 + 新增评论管理接口
* 2017-06-02
+ version upgrade to 1.7.6

View File

@ -2180,5 +2180,5 @@ public class WeixinProxy {
return commentApi.deleteCommentReply(msgid, index, commentId); return commentApi.deleteCommentReply(msgid, index, commentId);
} }
public final static String VERSION = "1.7.5"; public final static String VERSION = "1.7.6";
} }

View File

@ -29,3 +29,5 @@
* ComponentApi `第三方组件API` * ComponentApi `第三方组件API`
* CardApi `卡券API` * CardApi `卡券API`
* CommentApi `评论API`

View File

@ -208,3 +208,11 @@
+ 新增摇一摇周边接口 + 新增摇一摇周边接口
+ version upgrade to 1.7.4 + version upgrade to 1.7.4
* 2017-04-11
+ version upgrade to 1.7.5
* 2017-06-02
+ version upgrade to 1.7.6

View File

@ -1449,5 +1449,5 @@ public class WeixinProxy {
return chatApi.sendChatMessage(message); return chatApi.sendChatMessage(message);
} }
public final static String VERSION = "1.7.5"; public final static String VERSION = "1.7.6";
} }