Merge branch 'master' of github.com:foxinmy/weixin4j
This commit is contained in:
commit
bcda642178
@ -795,3 +795,7 @@
|
|||||||
* 2017-06-02
|
* 2017-06-02
|
||||||
|
|
||||||
+ version upgrade to 1.7.6
|
+ version upgrade to 1.7.6
|
||||||
|
|
||||||
|
* 2017-06-23
|
||||||
|
|
||||||
|
+ version upgrade to 1.7.7
|
||||||
@ -7,19 +7,19 @@ weixin4j
|
|||||||
|
|
||||||
模块说明
|
模块说明
|
||||||
-------
|
-------
|
||||||
* **weixin4j-base**
|
* **weixin4j-base[1.7.7]**
|
||||||
|
|
||||||
`Http Client实现&token实现&微信支付实现(刷卡/扫码/JS/APP/WAP/现金红包/企业付款)`,如果只使用`微信支付`功能可只引用此工程
|
`Http Client实现&token实现&微信支付实现(刷卡/扫码/JS/APP/WAP/现金红包/企业付款)`,如果只使用`微信支付`功能可只引用此工程
|
||||||
|
|
||||||
* **weixin4j-mp**
|
* **weixin4j-mp[1.7.7]**
|
||||||
|
|
||||||
`公众平台API封装`
|
`公众平台API封装`
|
||||||
|
|
||||||
* **weixin4j-qy**
|
* **weixin4j-qy[1.7.7]**
|
||||||
|
|
||||||
`企业号API封装`
|
`企业号API封装`
|
||||||
|
|
||||||
* **weixin4j-server**
|
* **weixin4j-server[1.1.8]**
|
||||||
|
|
||||||
`netty服务器&消息分发`
|
`netty服务器&消息分发`
|
||||||
|
|
||||||
|
|||||||
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.6</version>
|
<version>1.7.7</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.6</version>
|
<version>1.7.7</version>
|
||||||
</parent>
|
</parent>
|
||||||
<artifactId>weixin4j-base</artifactId>
|
<artifactId>weixin4j-base</artifactId>
|
||||||
<name>weixin4j-base</name>
|
<name>weixin4j-base</name>
|
||||||
|
|||||||
@ -883,5 +883,5 @@ public class WeixinPayProxy {
|
|||||||
return customsApi.queryCustomsOrder(idQuery, customsCity);
|
return customsApi.queryCustomsOrder(idQuery, customsCity);
|
||||||
}
|
}
|
||||||
|
|
||||||
public final static String VERSION = "1.7.6";
|
public final static String VERSION = "1.7.7";
|
||||||
}
|
}
|
||||||
|
|||||||
@ -5,7 +5,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>com.foxinmy</groupId>
|
<groupId>com.foxinmy</groupId>
|
||||||
<artifactId>weixin4j</artifactId>
|
<artifactId>weixin4j</artifactId>
|
||||||
<version>1.7.6</version>
|
<version>1.7.7</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.6</version>
|
<version>1.7.7</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<!-- 微信企业号 -->
|
<!-- 微信企业号 -->
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.foxinmy</groupId>
|
<groupId>com.foxinmy</groupId>
|
||||||
<artifactId>weixin4j-qy</artifactId>
|
<artifactId>weixin4j-qy</artifactId>
|
||||||
<version>1.7.6</version>
|
<version>1.7.7</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<!-- 微信被动消息(回调模式) -->
|
<!-- 微信被动消息(回调模式) -->
|
||||||
<dependency>
|
<dependency>
|
||||||
|
|||||||
@ -279,3 +279,7 @@
|
|||||||
* 2017-06-02
|
* 2017-06-02
|
||||||
|
|
||||||
+ version upgrade to 1.7.6
|
+ version upgrade to 1.7.6
|
||||||
|
|
||||||
|
* 2017-06-23
|
||||||
|
|
||||||
|
+ version upgrade to 1.7.7
|
||||||
@ -5,7 +5,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>com.foxinmy</groupId>
|
<groupId>com.foxinmy</groupId>
|
||||||
<artifactId>weixin4j</artifactId>
|
<artifactId>weixin4j</artifactId>
|
||||||
<version>1.7.6</version>
|
<version>1.7.7</version>
|
||||||
</parent>
|
</parent>
|
||||||
<artifactId>weixin4j-mp</artifactId>
|
<artifactId>weixin4j-mp</artifactId>
|
||||||
<name>weixin4j-mp</name>
|
<name>weixin4j-mp</name>
|
||||||
|
|||||||
@ -225,5 +225,5 @@ public class WeixinComponentProxy {
|
|||||||
authAppId), component(componentId).getTokenManager());
|
authAppId), component(componentId).getTokenManager());
|
||||||
}
|
}
|
||||||
|
|
||||||
public final static String VERSION = "1.7.6";
|
public final static String VERSION = "1.7.7";
|
||||||
}
|
}
|
||||||
|
|||||||
@ -2182,5 +2182,5 @@ public class WeixinProxy {
|
|||||||
return commentApi.deleteCommentReply(msgid, index, commentId);
|
return commentApi.deleteCommentReply(msgid, index, commentId);
|
||||||
}
|
}
|
||||||
|
|
||||||
public final static String VERSION = "1.7.6";
|
public final static String VERSION = "1.7.7";
|
||||||
}
|
}
|
||||||
|
|||||||
@ -216,3 +216,7 @@
|
|||||||
* 2017-06-02
|
* 2017-06-02
|
||||||
|
|
||||||
+ version upgrade to 1.7.6
|
+ version upgrade to 1.7.6
|
||||||
|
|
||||||
|
* 2017-06-23
|
||||||
|
|
||||||
|
+ version upgrade to 1.7.7
|
||||||
@ -5,7 +5,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>com.foxinmy</groupId>
|
<groupId>com.foxinmy</groupId>
|
||||||
<artifactId>weixin4j</artifactId>
|
<artifactId>weixin4j</artifactId>
|
||||||
<version>1.7.6</version>
|
<version>1.7.7</version>
|
||||||
</parent>
|
</parent>
|
||||||
<artifactId>weixin4j-qy</artifactId>
|
<artifactId>weixin4j-qy</artifactId>
|
||||||
<name>weixin4j-qy</name>
|
<name>weixin4j-qy</name>
|
||||||
|
|||||||
@ -1449,5 +1449,5 @@ public class WeixinProxy {
|
|||||||
return chatApi.sendChatMessage(message);
|
return chatApi.sendChatMessage(message);
|
||||||
}
|
}
|
||||||
|
|
||||||
public final static String VERSION = "1.7.6";
|
public final static String VERSION = "1.7.7";
|
||||||
}
|
}
|
||||||
|
|||||||
@ -285,5 +285,5 @@ public class WeixinSuiteProxy {
|
|||||||
suite(suiteId).getTokenManager());
|
suite(suiteId).getTokenManager());
|
||||||
}
|
}
|
||||||
|
|
||||||
public final static String VERSION = "1.7.6";
|
public final static String VERSION = "1.7.7";
|
||||||
}
|
}
|
||||||
|
|||||||
@ -5,7 +5,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>com.foxinmy</groupId>
|
<groupId>com.foxinmy</groupId>
|
||||||
<artifactId>weixin4j</artifactId>
|
<artifactId>weixin4j</artifactId>
|
||||||
<version>1.7.6</version>
|
<version>1.7.7</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.6</version>
|
<version>1.7.7</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