Code Monkey home page Code Monkey logo

weixin-java-tools's Introduction

weixin-java-tools

微信公众号、企业号Java SDK。

1.0.3开始,本项目拆分成3个部分:

  1. weixin-java-common,公共lib
  2. weixin-java-cp,企业号SDK
  3. weixin-java-mp,公众号(订阅号、服务号)SDK

详细文档请看 wiki

Quick Start

如果要开发公众号(订阅号、服务号)应用,在你的maven项目中添加:

<dependency>
  <groupId>me.chanjar</groupId>
  <artifactId>weixin-java-mp</artifactId>
  <version>1.0.3</version>
</dependency>

如果要开发企业号应用,在你的maven项目中添加:

<dependency>
  <groupId>me.chanjar</groupId>
  <artifactId>weixin-java-cp</artifactId>
  <version>1.0.3</version>
</dependency>

升级指南

1.0.0~1.0.2版本用户无法平滑升级到1.0.3。需要做的是:

  1. maven引用weixin-java-mp
  2. 将原来WxXXX的类,改成WxMpXXX
  3. WxConsts, WxError, WxMediaUploadResult, WxAccessToken, WxMenu, WxErrorException不要改

weixin-java-tools's People

Contributors

chanjarster avatar

Watchers

刘亚涛 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.