version upgrade to 1.7.8
This commit is contained in:
parent
75dfc912f4
commit
fa2bef41fd
@ -799,3 +799,7 @@
|
|||||||
* 2017-06-23
|
* 2017-06-23
|
||||||
|
|
||||||
+ version upgrade to 1.7.7
|
+ version upgrade to 1.7.7
|
||||||
|
|
||||||
|
* 2017-08-25
|
||||||
|
|
||||||
|
+ version upgrade to 1.7.8
|
||||||
2
pom.xml
2
pom.xml
@ -4,7 +4,7 @@
|
|||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<groupId>com.foxinmy</groupId>
|
<groupId>com.foxinmy</groupId>
|
||||||
<artifactId>weixin4j</artifactId>
|
<artifactId>weixin4j</artifactId>
|
||||||
<version>1.7.7</version>
|
<version>1.7.8</version>
|
||||||
<packaging>pom</packaging>
|
<packaging>pom</packaging>
|
||||||
<name>weixin4j</name>
|
<name>weixin4j</name>
|
||||||
<url>https://github.com/foxinmy/weixin4j</url>
|
<url>https://github.com/foxinmy/weixin4j</url>
|
||||||
|
|||||||
@ -5,7 +5,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>com.foxinmy</groupId>
|
<groupId>com.foxinmy</groupId>
|
||||||
<artifactId>weixin4j</artifactId>
|
<artifactId>weixin4j</artifactId>
|
||||||
<version>1.7.7</version>
|
<version>1.7.8</version>
|
||||||
</parent>
|
</parent>
|
||||||
<artifactId>weixin4j-base</artifactId>
|
<artifactId>weixin4j-base</artifactId>
|
||||||
<name>weixin4j-base</name>
|
<name>weixin4j-base</name>
|
||||||
|
|||||||
@ -864,5 +864,5 @@ public class WeixinPayProxy {
|
|||||||
return customsApi.queryCustomsOrder(idQuery, customsCity);
|
return customsApi.queryCustomsOrder(idQuery, customsCity);
|
||||||
}
|
}
|
||||||
|
|
||||||
public final static String VERSION = "1.7.7";
|
public final static String VERSION = "1.7.8";
|
||||||
}
|
}
|
||||||
|
|||||||
@ -5,7 +5,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>com.foxinmy</groupId>
|
<groupId>com.foxinmy</groupId>
|
||||||
<artifactId>weixin4j</artifactId>
|
<artifactId>weixin4j</artifactId>
|
||||||
<version>1.7.7</version>
|
<version>1.7.8</version>
|
||||||
</parent>
|
</parent>
|
||||||
<packaging>war</packaging>
|
<packaging>war</packaging>
|
||||||
<artifactId>weixin4j-example</artifactId>
|
<artifactId>weixin4j-example</artifactId>
|
||||||
@ -48,13 +48,13 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.foxinmy</groupId>
|
<groupId>com.foxinmy</groupId>
|
||||||
<artifactId>weixin4j-mp</artifactId>
|
<artifactId>weixin4j-mp</artifactId>
|
||||||
<version>1.7.7</version>
|
<version>1.7.8</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<!-- 微信企业号 -->
|
<!-- 微信企业号 -->
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.foxinmy</groupId>
|
<groupId>com.foxinmy</groupId>
|
||||||
<artifactId>weixin4j-qy</artifactId>
|
<artifactId>weixin4j-qy</artifactId>
|
||||||
<version>1.7.7</version>
|
<version>1.7.8</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<!-- 微信被动消息(回调模式) -->
|
<!-- 微信被动消息(回调模式) -->
|
||||||
<dependency>
|
<dependency>
|
||||||
|
|||||||
@ -283,3 +283,11 @@
|
|||||||
* 2017-06-23
|
* 2017-06-23
|
||||||
|
|
||||||
+ version upgrade to 1.7.7
|
+ version upgrade to 1.7.7
|
||||||
|
|
||||||
|
* 2017-08-25
|
||||||
|
|
||||||
|
+ 新增字符串临时二维码
|
||||||
|
|
||||||
|
+ 第三方开放平台调整
|
||||||
|
|
||||||
|
+ version upgrade to 1.7.8
|
||||||
@ -5,7 +5,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>com.foxinmy</groupId>
|
<groupId>com.foxinmy</groupId>
|
||||||
<artifactId>weixin4j</artifactId>
|
<artifactId>weixin4j</artifactId>
|
||||||
<version>1.7.7</version>
|
<version>1.7.8</version>
|
||||||
</parent>
|
</parent>
|
||||||
<artifactId>weixin4j-mp</artifactId>
|
<artifactId>weixin4j-mp</artifactId>
|
||||||
<name>weixin4j-mp</name>
|
<name>weixin4j-mp</name>
|
||||||
|
|||||||
@ -212,5 +212,5 @@ public class WeixinComponentProxy {
|
|||||||
component(componentId).getTokenManager());
|
component(componentId).getTokenManager());
|
||||||
}
|
}
|
||||||
|
|
||||||
public final static String VERSION = "1.7.7";
|
public final static String VERSION = "1.7.8";
|
||||||
}
|
}
|
||||||
|
|||||||
@ -2202,5 +2202,5 @@ public class WeixinProxy {
|
|||||||
return commentApi.deleteCommentReply(msgid, index, commentId);
|
return commentApi.deleteCommentReply(msgid, index, commentId);
|
||||||
}
|
}
|
||||||
|
|
||||||
public final static String VERSION = "1.7.7";
|
public final static String VERSION = "1.7.8";
|
||||||
}
|
}
|
||||||
|
|||||||
@ -220,3 +220,9 @@
|
|||||||
* 2017-06-23
|
* 2017-06-23
|
||||||
|
|
||||||
+ version upgrade to 1.7.7
|
+ version upgrade to 1.7.7
|
||||||
|
|
||||||
|
* 2017-08-25
|
||||||
|
|
||||||
|
+ 企业号调整为企业微信
|
||||||
|
|
||||||
|
+ version upgrade to 1.7.8
|
||||||
@ -5,7 +5,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>com.foxinmy</groupId>
|
<groupId>com.foxinmy</groupId>
|
||||||
<artifactId>weixin4j</artifactId>
|
<artifactId>weixin4j</artifactId>
|
||||||
<version>1.7.7</version>
|
<version>1.7.8</version>
|
||||||
</parent>
|
</parent>
|
||||||
<artifactId>weixin4j-qy</artifactId>
|
<artifactId>weixin4j-qy</artifactId>
|
||||||
<name>weixin4j-qy</name>
|
<name>weixin4j-qy</name>
|
||||||
|
|||||||
@ -1376,5 +1376,5 @@ public class WeixinProxy {
|
|||||||
return chatApi.sendChatMessage(message);
|
return chatApi.sendChatMessage(message);
|
||||||
}
|
}
|
||||||
|
|
||||||
public final static String VERSION = "1.7.7";
|
public final static String VERSION = "1.7.8";
|
||||||
}
|
}
|
||||||
|
|||||||
@ -280,5 +280,5 @@ public class WeixinSuiteProxy {
|
|||||||
suite(suiteId).getTokenManager());
|
suite(suiteId).getTokenManager());
|
||||||
}
|
}
|
||||||
|
|
||||||
public final static String VERSION = "1.7.7";
|
public final static String VERSION = "1.7.8";
|
||||||
}
|
}
|
||||||
|
|||||||
@ -5,7 +5,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>com.foxinmy</groupId>
|
<groupId>com.foxinmy</groupId>
|
||||||
<artifactId>weixin4j</artifactId>
|
<artifactId>weixin4j</artifactId>
|
||||||
<version>1.7.7</version>
|
<version>1.7.8</version>
|
||||||
</parent>
|
</parent>
|
||||||
<artifactId>weixin4j-server</artifactId>
|
<artifactId>weixin4j-server</artifactId>
|
||||||
<version>1.1.8</version>
|
<version>1.1.8</version>
|
||||||
|
|||||||
@ -6,7 +6,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>com.foxinmy</groupId>
|
<groupId>com.foxinmy</groupId>
|
||||||
<artifactId>weixin4j</artifactId>
|
<artifactId>weixin4j</artifactId>
|
||||||
<version>1.7.7</version>
|
<version>1.7.8</version>
|
||||||
</parent>
|
</parent>
|
||||||
<artifactId>weixin4j-serverX</artifactId>
|
<artifactId>weixin4j-serverX</artifactId>
|
||||||
<version>0.0.1</version>
|
<version>0.0.1</version>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user