|
8 | 8 | #### 由于本次更新涉及接口调整比较大,主要是公众号的调整,企业号无过多调整,主要是为了解决主接口类过于庞大不方便管理的问题,将接口实现代码按模块进行拆分。因此版本号直接从1.X.X直接升级到2.0.0,所以如果习惯于1.X.X版本的同学不想做过多更改的话,请慎重考虑升级到最新版本。
|
9 | 9 | ---
|
10 | 10 |
|
11 |
| -#### 本项目主要存放在github上,地址为 : |
12 |
| -* https://github.com/wechat-group/weixin-java-tools |
13 |
| -* ===========但同时会在其他几个网站同步更新,地址分别是: |
14 |
| -* https://bitbucket.org/binarywang/weixin-java-tools |
15 |
| -* http://git.oschina.net/binary/weixin-java-tools |
16 |
| -* https://git.coding.net/binarywang/weixin-java-tools.git |
17 |
| - |
18 | 11 | ### 详细开发文档请看 [wiki](https://github.com/chanjarster/weixin-java-tools/wiki)。
|
19 |
| - |
20 |
| -## 目前可参考的Demo项目: |
21 |
| -* https://github.com/wechat-group/weixin-java-tools-springmvc |
22 |
| -* https://github.com/wechat-group/weixin-mp-demo |
23 |
| -* ===========以下为备份仓库,会保持跟主仓库同步 |
24 |
| -* http://git.oschina.net/binary/weixin-mp-demo |
25 |
| -* https://bitbucket.org/binarywang/weixin-mp-demo |
26 |
| - |
27 | 12 | ===========
|
28 | 13 | ## 开发交流工具:
|
29 | 14 | * QQ群:343954419 [](http://shang.qq.com/wpa/qunwpa?idkey=078f7a153d243853e24cf2b542e7a6ccbf2a592bc138080f84d11297f736ec46)
|
@@ -68,6 +53,21 @@ compile 'com.github.binarywang:weixin-java-mp:2.0.0'
|
68 | 53 | compile 'com.github.binarywang:weixin-java-cp:2.0.0'
|
69 | 54 | ```
|
70 | 55 |
|
| 56 | +#### 本项目主要存放在github上,地址为 : |
| 57 | +* https://github.com/wechat-group/weixin-java-tools |
| 58 | +* ===========但同时会在其他几个网站同步更新,地址分别是: |
| 59 | +* https://bitbucket.org/binarywang/weixin-java-tools |
| 60 | +* http://git.oschina.net/binary/weixin-java-tools |
| 61 | +* https://git.coding.net/binarywang/weixin-java-tools.git |
| 62 | + |
| 63 | + |
| 64 | +## 目前可参考的Demo项目: |
| 65 | +* https://github.com/wechat-group/weixin-java-tools-springmvc |
| 66 | +* https://github.com/wechat-group/weixin-mp-demo |
| 67 | +* ===========以下为备份仓库,会保持跟主仓库同步 |
| 68 | +* http://git.oschina.net/binary/weixin-mp-demo |
| 69 | +* https://bitbucket.org/binarywang/weixin-mp-demo |
| 70 | + |
71 | 71 | ## 关于代码贡献
|
72 | 72 |
|
73 | 73 | * 非常欢迎和感谢对本项目发起Pull Request的同学,本项目可以采用两种方式接受代码贡献:
|
|
0 commit comments