File tree Expand file tree Collapse file tree 1 file changed +7
-35
lines changed Expand file tree Collapse file tree 1 file changed +7
-35
lines changed Original file line number Diff line number Diff line change 53
53
* Coding: https://git.coding.net/binarywang/weixin-java-tools.git
54
54
55
55
---------------------------------
56
- ## Maven 最新正式版本
57
-
58
- * 微信小程序:
59
-
56
+ ## Maven 引用
60
57
``` xml
61
58
<dependency >
62
59
<groupId >com.github.binarywang</groupId >
63
- <artifactId >weixin-java-miniapp </artifactId >
60
+ <artifactId >(按模块不同) </artifactId >
64
61
<version >2.8.0</version >
65
62
</dependency >
66
63
```
67
-
68
- * 微信支付:
69
-
70
- ``` xml
71
- <dependency >
72
- <groupId >com.github.binarywang</groupId >
73
- <artifactId >weixin-java-pay</artifactId >
74
- <version >2.8.0</version >
75
- </dependency >
76
- ```
77
-
78
- * 公众号(订阅号及服务号):
79
-
80
- ``` xml
81
- <dependency >
82
- <groupId >com.github.binarywang</groupId >
83
- <artifactId >weixin-java-mp</artifactId >
84
- <version >2.8.0</version >
85
- </dependency >
86
- ```
87
-
88
- * 企业号:
89
-
90
- ``` xml
91
- <dependency >
92
- <groupId >com.github.binarywang</groupId >
93
- <artifactId >weixin-java-cp</artifactId >
94
- <version >2.8.0</version >
95
- </dependency >
96
- ```
64
+ * 各模块的artifactId:
65
+ - 微信小程序:` weixin-java-miniapp `
66
+ - 微信支付:` weixin-java-pay `
67
+ - 公众号(订阅号及服务号):` weixin-java-mp `
68
+ - 企业号:` weixin-java-cp `
You can’t perform that action at this time.
0 commit comments