File tree Expand file tree Collapse file tree
src/main/java/org/hamster/weixinmp/controller Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11weixin-mp-java
2+ 基于Java,Spring,Maven实现的微信公众平台一整套代码,从前端Controller到后端的Dao的实现<br />
23==============
34
4- 基于Java,Spring,Maven实现的微信公众平台一整套代码,从前端Controller到后端的Dao的实现<br />
5+ 1.0.1 2013-1月更新:
6+ 支持上传下载多媒体文件
7+ 支持接收消息(语音似乎总有问题,同时收到来自微信两个服务器的空的POST的请求,论坛上也有很多人反映此情况)
8+ 支持用户管理
9+ 支持自定义菜单CRD
10+ 支持推广支持接口
11+
12+ 强化测试代码
13+ 优化代码结构,增加WxMessageHandlerIfc, 只要实现该接口的所有spring bean在收到消息后都会被自动调用.
14+
15+ ==============
516
617实现功能:消息接口,通用接口和菜单接口(没有内测号无法测试)<br />
718
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ public class WxController {
3434 @ Autowired
3535 private WxMessageService messageService ;
3636
37- @ RequestMapping (method = RequestMethod .GET )
37+ @ RequestMapping (method = { RequestMethod .GET ,} )
3838 public @ ResponseBody
3939 String authGet (@ RequestParam ("signature" ) String signature ,
4040 @ RequestParam ("timestamp" ) String timestamp ,
You can’t perform that action at this time.
0 commit comments