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 5353* Coding: https://git.coding.net/binarywang/weixin-java-tools.git
5454
5555---------------------------------
56- ## Maven 最新正式版本
57-
58- * 微信小程序:
59-
56+ ## Maven 引用
6057``` xml
6158<dependency >
6259 <groupId >com.github.binarywang</groupId >
63- <artifactId >weixin-java-miniapp </artifactId >
60+ <artifactId >(按模块不同) </artifactId >
6461 <version >2.8.0</version >
6562</dependency >
6663```
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