From 88f0eb83aaa122c355a5dde897daa765581a6067 Mon Sep 17 00:00:00 2001 From: Binary Wang Date: Thu, 17 Nov 2016 11:22:19 +0800 Subject: [PATCH] Update README.md --- README.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index dc7ea4554..7774fa6af 100644 --- a/README.md +++ b/README.md @@ -72,10 +72,13 @@ compile 'com.github.binarywang:weixin-java-cp:2.3.0' * https://git.coding.net/binarywang/weixin-java-tools.git =========== -## 目前可参考的Demo项目有三个(目前都是公众号的,风格不同,欢迎提供更多的demo供新手参考): -1. https://github.com/wechat-group/weixin-mp-demo -1. https://github.com/wechat-group/weixin-mp-demo-springboot +## 可参考的Demo项目 +#### 目前都是公众号的,风格不同,欢迎提供更多的demo供新手参考: +1. https://github.com/wechat-group/weixin-mp-demo +1. https://github.com/wechat-group/weixin-mp-multi-demo (支持多公众号) 1. https://github.com/wechat-group/weixin-java-tools-springmvc +1. https://github.com/wechat-group/weixin-mp-demo-springboot + =========== ## 关于代码贡献