wzhang12 / caswechat

caswechat 微信全接口SDK封装

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CasWechat v2.0

中 文 文 档

CasWechat is an easy to use Java framework for wechat Public Platform applications.

You can use caswechat to quickly and easily develop wechat public platform applications.

The current 2.0 branch interface is still incomplete, in the ongoing update. You can switch to the master branch.

Very much hope you contribute your code in caswechat.

Getting started

You can refer to our demo to provide rapid development

Modify your own information in the wechat.properties

Modify your token, appId and appSecret, and the other should not be modified

token = your token ,Match the token you fill in the backstage  of the wechat
appId = your appId
appSecret = your appSecret

OK, now you can run the test folder inside the main method to test

Dependency instructions

  • Redis , Used to cache accessToken and js tickets
  • Spring

License

caswechat is under the MIT license. See the LICENSE file for details.

About

caswechat 微信全接口SDK封装

License:MIT License


Languages

Language:Java 100.0%