File tree Expand file tree Collapse file tree 1 file changed +12
-1
lines changed
Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Original file line number Diff line number Diff line change 1- 微信支付、公众号&企业号开发Java SDK
1+ 微信支付、小程序、 公众号&企业号开发Java SDK
22---------------------------------
33[ ![ Maven Central] ( https://maven-badges.herokuapp.com/maven-central/com.github.binarywang/weixin-java-parent/badge.svg )] ( https://maven-badges.herokuapp.com/maven-central/com.github.binarywang/weixin-java-parent )
44[ ![ Build Status] ( https://travis-ci.org/Wechat-Group/weixin-java-tools.svg?branch=develop )] ( https://travis-ci.org/Wechat-Group/weixin-java-tools )
4242---------------------------------
4343## 可参考的Demo项目
4444#### 欢迎提供更多的Demo供新手参考:
45+ * https://github.com/wechat-group/weixin-java-miniapp-demo (微信小程序Demo)
4546* https://github.com/wechat-group/weixin-java-pay-demo (微信支付Demo)
4647* https://github.com/wechat-group/weixin-java-cp-demo (企业号Demo)
4748* https://github.com/wechat-group/weixin-java-mp-demo (公众号Demo,使用Spring MVC实现)
5253---------------------------------
5354## Maven 最新正式版本
5455
56+ * 微信小程序(暂时为测试版本):
57+
58+ ``` xml
59+ <dependency >
60+ <groupId >com.github.binarywang</groupId >
61+ <artifactId >weixin-java-miniapp</artifactId >
62+ <version >2.6.5.BETA</version >
63+ </dependency >
64+ ```
65+
5566* 微信支付:
5667
5768``` xml
You can’t perform that action at this time.
0 commit comments