GithubHelp home page GithubHelp logo

weixin4j's Introduction

weixin4j

微信开发工具包

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

功能列表

  • weixin4j-mp

    公众平台API封装

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

  • weixin4j-qy

    企业号API封装

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

  • weixin4j-server

    netty服务器&消息分发

如何获取

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

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

微信企业号API(1.5.1,2015-07-04 released)

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

微信被动消息服务器(1.0.3,2015-07-04 released)

<dependency>
    <groupId>com.foxinmy</groupId>
    <artifactId>weixin4j-server</artifactId>
    <version>1.0.3</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包

###3.从源码打包

git clone&mvn package

接下来

  • 公众号第三方服务应用

  • 硬件设备 & 摇一摇周边

  • 微信小店&门店

  • 微信卡券

weixin4j's People

Contributors

foxinmy avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.