文件名称:binary-weixin-tools-master
- 所属分类:
- JSP源码/Java
- 资源属性:
- [Java] [源码]
- 上传时间:
- 2017-04-06
- 文件大小:
- 1.61mb
- 下载次数:
- 0次
- 提 供 者:
- 彭**
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
微信支付、公众号及企业号开发Java SDK(新版) Weixin Java Tools 微信支付、企业号和公众号(包括服务号和订阅号) Java SDK 开发工具包
本项目 fork 自 微信 Java SDK 这个项目,做了大量优化和重构,使得接口更易使用,方便开发。
本项目特性:
不依赖任何 mvc 框架
也不依赖 servlet,仅仅作为工具使用,可轻松嵌入到任何系统里(可能会有 gson,httpclient 的版本冲突问题,但是要比依赖 spring mvc、struts、或者其他第三方框架好很多)
同时支持企业号和公众号
支持微信支付开发
支持 Session,实现了类似于 HttpSession 的 WxSession。
本项目包含 3 个部分:
weixin-java-common,公共 lib
weixin-java-cp,企业号 SDK
weixin-java-mp,公众号(订阅号、服务号)SDK(其中里面包含微信支付的相关接口封装)-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 subscr iption 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 fr a mework
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 fr a mework 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 (subscr iption number
本项目 fork 自 微信 Java SDK 这个项目,做了大量优化和重构,使得接口更易使用,方便开发。
本项目特性:
不依赖任何 mvc 框架
也不依赖 servlet,仅仅作为工具使用,可轻松嵌入到任何系统里(可能会有 gson,httpclient 的版本冲突问题,但是要比依赖 spring mvc、struts、或者其他第三方框架好很多)
同时支持企业号和公众号
支持微信支付开发
支持 Session,实现了类似于 HttpSession 的 WxSession。
本项目包含 3 个部分:
weixin-java-common,公共 lib
weixin-java-cp,企业号 SDK
weixin-java-mp,公众号(订阅号、服务号)SDK(其中里面包含微信支付的相关接口封装)-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 subscr iption 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 fr a mework
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 fr a mework 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 (subscr iption number
(系统自动生成,下载前可以参看下载内容)
下载文件列表
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
.................\..