Giter Site home page Giter Site logo

ai2hub / weixin-sdk Goto Github PK

View Code? Open in Web Editor NEW

This project forked from borball/weixin-sdk

0.0 3.0 0.0 5.56 MB

微信公众平台(订阅号、服务号、企业号、小程序)、微信开放平台和微信支付 Java SDK

License: Apache License 2.0

Java 99.62% HTML 0.38%

weixin-sdk's Introduction

微信公众平台(服务号、订阅号、企业号、小程序)、微信开放平台和微信支付JAVA SDK

Build Status Maven Central

weixin-sdk 是对微信公众平台(订阅号、服务号、企业号、小程序)、微信开放平台和微信支付的JAVA版封装:

  • 服务号,订阅号: weixin-mp
  • 企业号: weixin-qydev
  • 开放平台: weixin-open
  • 支付: weixin-pay
  • 小程序: weixin-app

API使用指南

SDK DEMO

如何获取

Maven

  • 服务号,订阅号:

     <dependency>
       <groupId>cn.com.riversoft</groupId>
       <artifactId>weixin-mp</artifactId>
       <version>${weixin-sdk.version}</version>
     </dependency>
    
  • 企业号:

     <dependency>
       <groupId>cn.com.riversoft</groupId>
       <artifactId>weixin-qydev</artifactId>
       <version>${weixin-sdk.version}</version>
     </dependency>
    
  • 开放平台:

     <dependency>
       <groupId>cn.com.riversoft</groupId>
       <artifactId>weixin-open</artifactId>
       <version>${weixin-sdk.version}</version>
     </dependency>
    
  • 支付:

     <dependency>
       <groupId>cn.com.riversoft</groupId>
       <artifactId>weixin-pay</artifactId>
       <version>${weixin-sdk.version}</version>
     </dependency>
    
  • 小程序:

     <dependency>
       <groupId>cn.com.riversoft</groupId>
       <artifactId>weixin-app</artifactId>
       <version>${weixin-sdk.version}</version>
     </dependency>	   
    

也可以直接从Maven**仓库获取SNAPSHOT版本。

JitPack

或者使用:JitPack,比如:

<repositories>
	<repository>
	    <id>jitpack.io</id>
	    <url>https://jitpack.io</url>
	</repository>
</repositories>

<dependency>
    <groupId>com.github.borball.weixin-sdk</groupId>
    <artifactId>weixin-mp</artifactId>
    <version>${weixin-sdk.version}</version>
</dependency>

weixin-sdk's People

Contributors

borball avatar wodenwang avatar kkomge avatar

Watchers

James Cloos avatar admin 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.