File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 18
18
19
19
---------------------------------
20
20
### 其他信息:
21
- 1 . 最新更新:** 2017-6-25 发布[ 【2.7 .0正式版】] ( https://github.com/Wechat-Group/weixin-java-tools/releases ) ** !
21
+ 1 . 最新更新:** 2017-9-3 发布[ 【2.8 .0正式版】] ( https://github.com/Wechat-Group/weixin-java-tools/releases ) ** !
22
22
1 . 开源中国网站的本项目介绍的首页链接地址:https://www.oschina.net/p/weixin-java-tools-new
23
23
1 . 自2.6.0版本开始,微信支付相关功能抽出独立为一个模块,详细使用方式请参考相关demo;
24
24
1 . 自2.7.0版本开始,支持微信小程序,具体可以参考相关demo;
60
60
<dependency >
61
61
<groupId >com.github.binarywang</groupId >
62
62
<artifactId >weixin-java-miniapp</artifactId >
63
- <version >2.7 .0</version >
63
+ <version >2.8 .0</version >
64
64
</dependency >
65
65
```
66
66
70
70
<dependency >
71
71
<groupId >com.github.binarywang</groupId >
72
72
<artifactId >weixin-java-pay</artifactId >
73
- <version >2.7 .0</version >
73
+ <version >2.8 .0</version >
74
74
</dependency >
75
75
```
76
76
80
80
<dependency >
81
81
<groupId >com.github.binarywang</groupId >
82
82
<artifactId >weixin-java-mp</artifactId >
83
- <version >2.7 .0</version >
83
+ <version >2.8 .0</version >
84
84
</dependency >
85
85
```
86
86
90
90
<dependency >
91
91
<groupId >com.github.binarywang</groupId >
92
92
<artifactId >weixin-java-cp</artifactId >
93
- <version >2.7 .0</version >
93
+ <version >2.8 .0</version >
94
94
</dependency >
95
95
```
You can’t perform that action at this time.
0 commit comments