Skip to content

Commit b81f74f

Browse files
authored
update
1 parent a8fbf3c commit b81f74f

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

readme.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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)
@@ -42,6 +42,7 @@
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实现)
@@ -52,6 +53,16 @@
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

0 commit comments

Comments
 (0)