Skip to content

Commit 77d8641

Browse files
authored
Update README.md
1 parent 87bb741 commit 77d8641

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

README.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,22 @@
5151
---------------------------------
5252
## Maven & Gradle 最新正式版本
5353

54-
* 公众号(订阅号、服务号及微信支付):
54+
* 微信支付(暂时为测试版本):
55+
56+
maven:
57+
```xml
58+
<dependency>
59+
<groupId>com.github.binarywang</groupId>
60+
 <artifactId>weixin-java-pay</artifactId>
61+
 <version>2.5.4.BETA</version>
62+
</dependency>
63+
```
64+
gradle:
65+
```groovy
66+
compile 'com.github.binarywang:weixin-java-pay:2.5.4.BETA'
67+
```
68+
69+
* 公众号(订阅号及服务号):
5570

5671
maven:
5772
```xml

0 commit comments

Comments
 (0)