2015-04-29 13:18:48 +08:00
2014-12-10 16:29:18 +08:00
2014-11-30 13:22:44 +08:00
2015-04-29 13:18:48 +08:00
2015-04-29 13:18:48 +08:00

weixin4j

微信开发工具包

功能列表

  • weixin4j-mp

    公众平台API封装

    微信支付(刷卡/扫码/公众号)

  • weixin4j-qy

    企业号API封装

  • weixin4j-server

    netty服务器&消息分发

项目说明

  • weixin4j包含「微信公众平台」和「微信企业号」的API封装.

  • API的成功调用依赖于正确的appid等数据,填写格式说明见API工程下的README.md文件.

  • netty服务正在重构中

如何获取

###1.maven依赖(1.4,2015-04-29 released) 微信公众平台API

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

微信企业号API

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

微信被动消息服务器

正在重构中..

以上依赖如果出现Missing artifact错误 请尝试在eclipse里这么做

  • 进入 Window > Show View > Other > Maven Repositories 展开 Global Repositories 在group或者central上右键执行update index 操作

  • 或者进入 Windows > Preferences > Maven 选中 Download repository index updates on startup 即可

###2.直接下载jar包

https://github.com/foxinmy/weixin4j/releases

###3.从源码打包

git clone&mvn package -Prelease

更新LOG

接下来

  • 被动消息服务重构

消息分发

  • 公众号第三方服务应用

  • 企业号第三方应用 & 企业号登陆授权

  • 硬件设备 & 摇一摇周边

  • 微信小店

  • 微信卡券

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