weixin4j微信開發工具包

yujunhui 8年前發布 | 11K 次閱讀 微信開發 開發工具 Java開發

來自: 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實現&amp;token實現&amp;微信支付(刷卡/掃碼/JS/APP/WAP/現金紅包/企業付款)

  • weixin4j-mp

    公眾平臺API封裝

  • weixin4j-qy

    企業號API封裝

  • weixin4j-server

    netty服務器&amp;消息分發

如何獲取

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

接下來

</article>

 本文由用戶 yujunhui 自行上傳分享,僅供網友學習交流。所有權歸原作者,若您的權利被侵害,請聯系管理員。
 轉載本站原創文章,請注明出處,并保留原始鏈接、圖片水印。
 本站是一個以用戶分享為主的開源技術平臺,歡迎各類分享!