weixin4j微信開發工具包
來自: http://finalshares.com/read-6707
weixin4j微信開發工具包
源代碼: https://github.com/foxinmy/weixin4j
weixin4j 是一個用java編寫針對微信開發的工具包,包含 weixin4j-mp (微信公眾平臺API)、 weixin4j-qy (微信企業號API)以及 weixin4j-server (微信回調消息服務器)三個工程.
</div>
模塊說明
-
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包
-
weixin4j-mp-xx-full.jar weixin4j-qy-xx-full.jar weixin4j-server-xx.jar
-
weixin4j-mp & weixin4j-qy 所需的依賴包: fastjson1.2+ jedis2.6+(可選)
-
weixin4j-server 所需的依賴包: netty4.x
3.從源碼打包
git clone & mvn package
更新LOG
接下來
</article> 本文由用戶 yujunhui 自行上傳分享,僅供網友學習交流。所有權歸原作者,若您的權利被侵害,請聯系管理員。
轉載本站原創文章,請注明出處,并保留原始鏈接、圖片水印。
本站是一個以用戶分享為主的開源技術平臺,歡迎各類分享!