文件名称:fastweixin4
-
所属分类:
- 标签属性:
- 上传时间:2017-05-06
-
文件大小:239.62kb
-
已下载:0次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
fastweixin微信公众平台服务器可以快速的搭建微信公众平台服务器。
软件特点:
fastweixin可以极其方便的实现微信公众平台服务端开发,2行代码完成服务器绑定,3行代码实现用户消息监听。
简单封装了所有与微信服务器交互的消息:文本消息、图片消息、图文消息等等;
提供了基于springmvc以及基于servlet框架的控制器,集成了微信服务器绑定、监听所有类型消息的方法;
使用时继承,重写即可,十分方便。-Fastweixin WeChat public platform server can quickly build WeChat public platform server.
Software features:
Fastweixin can be extremely convenient to achieve the development of the WeChat public platform server, 2 lines of code to complete the server binding, the implementation of the 3 lines of code user message monitoring.
Simple package of all the interaction with the WeChat server message: text messages, picture messages, graphic messages, etc.
The invention provides a method for binding and monitoring all types of messages based on springmvc and a servlet based controller, which integrates the WeChat server
When used, can be rewritten, very convenient.
软件特点:
fastweixin可以极其方便的实现微信公众平台服务端开发,2行代码完成服务器绑定,3行代码实现用户消息监听。
简单封装了所有与微信服务器交互的消息:文本消息、图片消息、图文消息等等;
提供了基于springmvc以及基于servlet框架的控制器,集成了微信服务器绑定、监听所有类型消息的方法;
使用时继承,重写即可,十分方便。-Fastweixin WeChat public platform server can quickly build WeChat public platform server.
Software features:
Fastweixin can be extremely convenient to achieve the development of the WeChat public platform server, 2 lines of code to complete the server binding, the implementation of the 3 lines of code user message monitoring.
Simple package of all the interaction with the WeChat server message: text messages, picture messages, graphic messages, etc.
The invention provides a method for binding and monitoring all types of messages based on springmvc and a servlet based controller, which integrates the WeChat server
When used, can be rewritten, very convenient.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
fastweixin/
fastweixin/.gitignore
fastweixin/.travis.yml
fastweixin/alipay.png
fastweixin/circle.yml
fastweixin/LICENSE
fastweixin/pom.xml
fastweixin/README.md
fastweixin/src/
fastweixin/src/main/
fastweixin/src/main/java/
fastweixin/src/main/java/com/
fastweixin/src/main/java/com/github/
fastweixin/src/main/java/com/github/sd4324530/
fastweixin/src/main/java/com/github/sd4324530/fastweixin/
fastweixin/src/main/java/com/github/sd4324530/fastweixin/api/
fastweixin/src/main/java/com/github/sd4324530/fastweixin/api/BaseAPI.java
fastweixin/src/main/java/com/github/sd4324530/fastweixin/api/config/
fastweixin/src/main/java/com/github/sd4324530/fastweixin/api/config/ApiConfig.java
fastweixin/src/main/java/com/github/sd4324530/fastweixin/api/config/ChangeType.java
fastweixin/src/main/java/com/github/sd4324530/fastweixin/api/config/ConfigChangeNotice.java
fastweixin/src/main/java/com/github/sd4324530/fastweixin/api/CustomAPI.java
fastweixin/src/main/java/com/github/sd4324530/fastweixin/api/DataCubeAPI.java
fastweixin/src/main/java/com/github/sd4324530/fastweixin/api/entity/
fastweixin/src/main/java/com/github/sd4324530/fastweixin/api/entity/Article.java
fastweixin/src/main/java/com/github/sd4324530/fastweixin/api/entity/ArticleSummary.java
fastweixin/src/main/java/com/github/sd4324530/fastweixin/api/entity/ArticleTotal.java
fastweixin/src/main/java/com/github/sd4324530/fastweixin/api/entity/ArticleTotalDetail.java
fastweixin/src/main/java/com/github/sd4324530/fastweixin/api/entity/BaseDataCube.java
fastweixin/src/main/java/com/github/sd4324530/fastweixin/api/entity/BaseModel.java
fastweixin/src/main/java/com/github/sd4324530/fastweixin/api/entity/CustomAccount.java
fastweixin/src/main/java/com/github/sd4324530/fastweixin/api/entity/Group.java
fastweixin/src/main/java/com/github/sd4324530/fastweixin/api/entity/Industry.java
fastweixin/src/main/java/com/github/sd4324530/fastweixin/api/entity/InterfaceSummary.java
fastweixin/src/main/java/com/github/sd4324530/fastweixin/api/entity/InterfaceSummaryHour.java
fastweixin/src/main/java/com/github/sd4324530/fastweixin/api/entity/Matchrule.java
fastweixin/src/main/java/com/github/sd4324530/fastweixin/api/entity/Menu.java
fastweixin/src/main/java/com/github/sd4324530/fastweixin/api/entity/MenuButton.java
fastweixin/src/main/java/com/github/sd4324530/fastweixin/api/entity/Model.java
fastweixin/src/main/java/com/github/sd4324530/fastweixin/api/entity/Tag.java
fastweixin/src/main/java/com/github/sd4324530/fastweixin/api/entity/TemplateMsg.java
fastweixin/src/main/java/com/github/sd4324530/fastweixin/api/entity/TemplateParam.java
fastweixin/src/main/java/com/github/sd4324530/fastweixin/api/entity/UpstreamMsg.java
fastweixin/src/main/java/com/github/sd4324530/fastweixin/api/entity/UpstreamMsgDist.java
fastweixin/src/main/java/com/github/sd4324530/fastweixin/api/entity/UpstreamMsgDistMonth.java
fastweixin/src/main/java/com/github/sd4324530/fastweixin/api/entity/UpstreamMsgDistWeek.java
fastweixin/src/main/java/com/github/sd4324530/fastweixin/api/entity/UpstreamMsgHour.java
fastweixin/src/main/java/com/github/sd4324530/fastweixin/api/entity/UpstreamMsgMonth.java
fastweixin/src/main/java/com/github/sd4324530/fastweixin/api/entity/UpstreamMsgWeek.java
fastweixin/src/main/java/com/github/sd4324530/fastweixin/api/entity/UserCumulate.java
fastweixin/src/main/java/com/github/sd4324530/fastweixin/api/entity/UserInfo.java
fastweixin/src/main/java/com/github/sd4324530/fastweixin/api/entity/UserRead.java
fastweixin/src/main/java/com/github/sd4324530/fastweixin/api/entity/UserReadHour.java
fastweixin/src/main/java/com/github/sd4324530/fastweixin/api/entity/UserShare.java
fastweixin/src/main/java/com/github/sd4324530/fastweixin/api/entity/UserShareHour.java
fastweixin/src/main/java/com/github/sd4324530/fastweixin/api/entity/UserSummary.java
fastweixin/src/main/java/com/github/sd4324530/fastweixin/api/enums/
fastweixin/src/main/java/com/github/sd4324530/fastweixin/api/enums/MaterialType.java
fastweixin/src/main/java/com/github/sd4324530/fastweixin/api/enums/MediaType.java
fastweixin/src/main/java/com/github/sd4324530/fastweixin/api/enums/MenuType.java
fastweixin/src/main/java/com/github/sd4324530/fastweixin/api/enums/OauthScope.java
fastweixin/src/main/java/com/github/sd4324530/fastweixin/api/enums/QrcodeType.java
fastweixin/src/main/java/com/github/sd4324530/fastweixin/api/enums/ResultType.java
fastweixin/src/main/java/com/github/sd4324530/fastweixin/api/JsAPI.java
fastweixin/src/main/java/com/github/sd4324530/fastweixin/api/MaterialAPI.java
fastweixin/src/main/java/com/github/sd4324530/fastweixin/api/MediaAPI.java
fastweixin/src/main/java/com/github/sd4324530/fastweixin/api/MenuAPI.java
fastweixin/src/main/java/com/github/sd4324530/fastweixin/api/MessageAPI.java
fastweixin/src/main/java/com/github/sd4324530/fastweixin/api/OauthAPI.java
fastweixin/src/main/java/com/github/sd4324530/fastweixin/api/QrcodeAPI.java
fastweixin/src/main/java/com/github/sd4324530/fastweixin/api/request/
fastweixin/src/main/java/com/github/sd4324530/fastweixin/api/request/BaseRequest.java
fastweixin/src/main/java/com/github/sd4324530/fas
fastweixin/.gitignore
fastweixin/.travis.yml
fastweixin/alipay.png
fastweixin/circle.yml
fastweixin/LICENSE
fastweixin/pom.xml
fastweixin/README.md
fastweixin/src/
fastweixin/src/main/
fastweixin/src/main/java/
fastweixin/src/main/java/com/
fastweixin/src/main/java/com/github/
fastweixin/src/main/java/com/github/sd4324530/
fastweixin/src/main/java/com/github/sd4324530/fastweixin/
fastweixin/src/main/java/com/github/sd4324530/fastweixin/api/
fastweixin/src/main/java/com/github/sd4324530/fastweixin/api/BaseAPI.java
fastweixin/src/main/java/com/github/sd4324530/fastweixin/api/config/
fastweixin/src/main/java/com/github/sd4324530/fastweixin/api/config/ApiConfig.java
fastweixin/src/main/java/com/github/sd4324530/fastweixin/api/config/ChangeType.java
fastweixin/src/main/java/com/github/sd4324530/fastweixin/api/config/ConfigChangeNotice.java
fastweixin/src/main/java/com/github/sd4324530/fastweixin/api/CustomAPI.java
fastweixin/src/main/java/com/github/sd4324530/fastweixin/api/DataCubeAPI.java
fastweixin/src/main/java/com/github/sd4324530/fastweixin/api/entity/
fastweixin/src/main/java/com/github/sd4324530/fastweixin/api/entity/Article.java
fastweixin/src/main/java/com/github/sd4324530/fastweixin/api/entity/ArticleSummary.java
fastweixin/src/main/java/com/github/sd4324530/fastweixin/api/entity/ArticleTotal.java
fastweixin/src/main/java/com/github/sd4324530/fastweixin/api/entity/ArticleTotalDetail.java
fastweixin/src/main/java/com/github/sd4324530/fastweixin/api/entity/BaseDataCube.java
fastweixin/src/main/java/com/github/sd4324530/fastweixin/api/entity/BaseModel.java
fastweixin/src/main/java/com/github/sd4324530/fastweixin/api/entity/CustomAccount.java
fastweixin/src/main/java/com/github/sd4324530/fastweixin/api/entity/Group.java
fastweixin/src/main/java/com/github/sd4324530/fastweixin/api/entity/Industry.java
fastweixin/src/main/java/com/github/sd4324530/fastweixin/api/entity/InterfaceSummary.java
fastweixin/src/main/java/com/github/sd4324530/fastweixin/api/entity/InterfaceSummaryHour.java
fastweixin/src/main/java/com/github/sd4324530/fastweixin/api/entity/Matchrule.java
fastweixin/src/main/java/com/github/sd4324530/fastweixin/api/entity/Menu.java
fastweixin/src/main/java/com/github/sd4324530/fastweixin/api/entity/MenuButton.java
fastweixin/src/main/java/com/github/sd4324530/fastweixin/api/entity/Model.java
fastweixin/src/main/java/com/github/sd4324530/fastweixin/api/entity/Tag.java
fastweixin/src/main/java/com/github/sd4324530/fastweixin/api/entity/TemplateMsg.java
fastweixin/src/main/java/com/github/sd4324530/fastweixin/api/entity/TemplateParam.java
fastweixin/src/main/java/com/github/sd4324530/fastweixin/api/entity/UpstreamMsg.java
fastweixin/src/main/java/com/github/sd4324530/fastweixin/api/entity/UpstreamMsgDist.java
fastweixin/src/main/java/com/github/sd4324530/fastweixin/api/entity/UpstreamMsgDistMonth.java
fastweixin/src/main/java/com/github/sd4324530/fastweixin/api/entity/UpstreamMsgDistWeek.java
fastweixin/src/main/java/com/github/sd4324530/fastweixin/api/entity/UpstreamMsgHour.java
fastweixin/src/main/java/com/github/sd4324530/fastweixin/api/entity/UpstreamMsgMonth.java
fastweixin/src/main/java/com/github/sd4324530/fastweixin/api/entity/UpstreamMsgWeek.java
fastweixin/src/main/java/com/github/sd4324530/fastweixin/api/entity/UserCumulate.java
fastweixin/src/main/java/com/github/sd4324530/fastweixin/api/entity/UserInfo.java
fastweixin/src/main/java/com/github/sd4324530/fastweixin/api/entity/UserRead.java
fastweixin/src/main/java/com/github/sd4324530/fastweixin/api/entity/UserReadHour.java
fastweixin/src/main/java/com/github/sd4324530/fastweixin/api/entity/UserShare.java
fastweixin/src/main/java/com/github/sd4324530/fastweixin/api/entity/UserShareHour.java
fastweixin/src/main/java/com/github/sd4324530/fastweixin/api/entity/UserSummary.java
fastweixin/src/main/java/com/github/sd4324530/fastweixin/api/enums/
fastweixin/src/main/java/com/github/sd4324530/fastweixin/api/enums/MaterialType.java
fastweixin/src/main/java/com/github/sd4324530/fastweixin/api/enums/MediaType.java
fastweixin/src/main/java/com/github/sd4324530/fastweixin/api/enums/MenuType.java
fastweixin/src/main/java/com/github/sd4324530/fastweixin/api/enums/OauthScope.java
fastweixin/src/main/java/com/github/sd4324530/fastweixin/api/enums/QrcodeType.java
fastweixin/src/main/java/com/github/sd4324530/fastweixin/api/enums/ResultType.java
fastweixin/src/main/java/com/github/sd4324530/fastweixin/api/JsAPI.java
fastweixin/src/main/java/com/github/sd4324530/fastweixin/api/MaterialAPI.java
fastweixin/src/main/java/com/github/sd4324530/fastweixin/api/MediaAPI.java
fastweixin/src/main/java/com/github/sd4324530/fastweixin/api/MenuAPI.java
fastweixin/src/main/java/com/github/sd4324530/fastweixin/api/MessageAPI.java
fastweixin/src/main/java/com/github/sd4324530/fastweixin/api/OauthAPI.java
fastweixin/src/main/java/com/github/sd4324530/fastweixin/api/QrcodeAPI.java
fastweixin/src/main/java/com/github/sd4324530/fastweixin/api/request/
fastweixin/src/main/java/com/github/sd4324530/fastweixin/api/request/BaseRequest.java
fastweixin/src/main/java/com/github/sd4324530/fas
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.