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
2
2
---------------------------------
3
3
[ ![ 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 )
4
4
[ ![ Build Status] ( https://travis-ci.org/Wechat-Group/weixin-java-tools.svg?branch=develop )] ( https://travis-ci.org/Wechat-Group/weixin-java-tools )
42
42
---------------------------------
43
43
## 可参考的Demo项目
44
44
#### 欢迎提供更多的Demo供新手参考:
45
+ * https://github.com/wechat-group/weixin-java-miniapp-demo (微信小程序Demo)
45
46
* https://github.com/wechat-group/weixin-java-pay-demo (微信支付Demo)
46
47
* https://github.com/wechat-group/weixin-java-cp-demo (企业号Demo)
47
48
* https://github.com/wechat-group/weixin-java-mp-demo (公众号Demo,使用Spring MVC实现)
52
53
---------------------------------
53
54
## Maven 最新正式版本
54
55
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
+
55
66
* 微信支付:
56
67
57
68
``` xml
You can’t perform that action at this time.
0 commit comments