wechat framework
1.0.1.RELEASE: 更新MaterialManager素材管理
wechat-api
are named uniformly, starting with the letter Wx and ending with the letter API, for example: WxAccessTokenAPI
.wechat-framework-demo
sample project provides multiple public account operation examples.wechat-framework-demo
provides new token management. Currently, there is a stand-alone version of the token memory management mechanism and a distributed redis management mechanism. And provides extensible abstract classes for users to customize token management methods. BUG is being fixed.
You are also welcome to send the bugs you find to my email, or provide suggestions for improving the framework.
wechat-framework
wechat-framework
is a WeChat public platform framework developed in Java
. It aims to replace the official single public account management method and plans to develop a backend management system that manages multiple public accounts with a single backend.wechat-framework
is a lightweight Java
application framework that helps developers simplify the development of WeChat public accounts. It has encapsulated the API officially provided by the WeChat public platform into directly called classes, and has integrated the communication between the application and the WeChat server. Message reception and return are fully encapsulated: the received message The information is encapsulated into WechatRequest
object, and the returned message is encapsulated into WechatResponse
object. The message encryption and decryption methods of the WeChat official account can be optional. The encryption and decryption of the safe mode also does not require developers to worry about it. Developers do not need to pay attention to too many details at all. Just focus on the business code.fork
in the upper right corner and make pull request
after modification. If your contribution is good, you will receive an invitation to join the wechat-framework open source community.