2016-01-21 13:14:56 +08:00
up
2016-01-21 13:06:17 +08:00
up
2016-01-21 11:05:10 +08:00
up
2016-01-19 16:26:11 +08:00
up
2016-01-21 13:14:56 +08:00
2014-12-10 16:29:18 +08:00
2015-05-31 23:16:45 +08:00
2014-11-30 13:22:44 +08:00
2015-12-31 13:12:37 +08:00
md
2016-01-15 15:24:03 +08:00

weixin4j

微信开发工具包

weixin4j是一个用java编写针对微信开发的工具包,包含weixin4j-mp(微信公众平台API)、weixin4j-qy(微信企业号API)以及weixin4j-server(微信回调消息服务器)三个工程.

模块说明

  • weixin4j-base

    Http Client实现&token实现&微信支付(刷卡/扫码/JS/APP/WAP/现金红包/企业付款)

  • weixin4j-mp

    公众平台API封装

  • weixin4j-qy

    企业号API封装

  • weixin4j-server

    netty服务器&消息分发

如何获取

###1.maven依赖 微信公众平台API(1.6.6,2015-12-31 released)

<dependency>
    <groupId>com.foxinmy</groupId>
    <artifactId>weixin4j-mp</artifactId>
    <version>1.6.6</version>
</dependency>

微信企业号API(1.6.6,2015-12-31 released)

<dependency>
    <groupId>com.foxinmy</groupId>
    <artifactId>weixin4j-qy</artifactId>
    <version>1.6.6</version>
</dependency>

微信回调消息服务器(1.1.5,2015-12-31 released)

<dependency>
    <groupId>com.foxinmy</groupId>
    <artifactId>weixin4j-server</artifactId>
    <version>1.1.5</version>
</dependency>

###2.直接下载jar包

###3.从源码打包

git clone&mvn package

更新LOG

接下来

Description
No description provided
Readme 6.3 MiB
Languages
Java 99.2%
CSS 0.5%
Shell 0.3%