Title:
binary-weixin-tools-master Download
Description: WeChat payment, public number and business number development Java SDK (new version) Weixin Java Tools WeChat payment, business number and public number (including service number and subscription number) Java SDK development kit
The project fork the WeChat Java SDK this project, done a lot of optimization and reconstruction, making the interface easier to use, easy to develop.
Features of the project:
Do not depend on any mvc framework
Do not rely on servlets, just as a tool to use, can be easily embedded in any system (there may be gson, httpclient version of the conflict, but than to rely on spring mvc, struts, or other third-party framework is much better)
While supporting business and public numbers
Support WeChat payment development
Support Session, to achieve a similar HttpSession WxSession.
The project consists of three parts:
Weixin-java-common, public lib
Weixin-java-cp, enterprise number SDK
Weixin-java-mp, public number (subscription number
To Search:
File list (Check if you may need any files):
weixin-java-tools
.................\.codeclimate.yml
.................\.editorconfig
.................\.gitignore
.................\.travis.yml
.................\CONTRIBUTION.md
.................\LICENSE
.................\README.md
.................\build.gradle
.................\pom.xml
.................\settings.gradle
.................\weixin-java-common
.................\..................\build.gradle
.................\..................\pom.xml
.................\..................\src
.................\..................\...\main
.................\..................\...\....\java
.................\..................\...\....\....\me
.................\..................\...\....\....\..\chanjar
.................\..................\...\....\....\..\.......\weixin
.................\..................\...\....\....\..\.......\......\common
.................\..................\...\....\....\..\.......\......\......\annotation
.................\..................\...\....\....\..\.......\......\......\..........\Required.java
.................\..................\...\....\....\..\.......\......\......\api
.................\..................\...\....\....\..\.......\......\......\...\WxConsts.java
.................\..................\...\....\....\..\.......\......\......\...\WxErrorExceptionHandler.java
.................\..................\...\....\....\..\.......\......\......\...\WxMessageDuplicateChecker.java
.................\..................\...\....\....\..\.......\......\......\...\WxMessageInMemoryDuplicateChecker.java
.................\..................\...\....\....\..\.......\......\......\bean
.................\..................\...\....\....\..\.......\......\......\....\WxAccessToken.java
.................\..................\...\....\....\..\.......\......\......\....\WxCardApiSignature.java
.................\..................\...\....\....\..\.......\......\......\....\WxJsapiSignature.java
.................\..................\...\....\....\..\.......\......\......\....\menu
.................\..................\...\....\....\..\.......\......\......\....\....\WxMenu.java
.................\..................\...\....\....\..\.......\......\......\....\....\WxMenuButton.java
.................\..................\...\....\....\..\.......\......\......\....\....\WxMenuRule.java
.................\..................\...\....\....\..\.......\......\......\....\result
.................\..................\...\....\....\..\.......\......\......\....\......\WxError.java
.................\..................\...\....\....\..\.......\......\......\....\......\WxMediaUploadResult.java
.................\..................\...\....\....\..\.......\......\......\exception
.................\..................\...\....\....\..\.......\......\......\.........\WxErrorException.java
.................\..................\...\....\....\..\.......\......\......\session
.................\..................\...\....\....\..\.......\......\......\.......\Constants.java
.................\..................\...\....\....\..\.......\......\......\.......\InternalSession.java
.................\..................\...\....\....\..\.......\......\......\.......\InternalSessionManager.java
.................\..................\...\....\....\..\.......\......\......\.......\LocalStrings.properties
.................\..................\...\....\....\..\.......\......\......\.......\StandardSession.java
.................\..................\...\....\....\..\.......\......\......\.......\StandardSessionFacade.java
.................\..................\...\....\....\..\.......\......\......\.......\StandardSessionManager.java
.................\..................\...\....\....\..\.......\......\......\.......\TooManyActiveSessionsException.java
.................\..................\...\....\....\..\.......\......\......\.......\WxSession.java
.................\..................\...\....\....\..\.......\......\......\.......\WxSessionManager.java
.................\..................\...\....\....\..\.......\......\......\util
.................\..