We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10baae9 commit 1d79896Copy full SHA for 1d79896
commit.sh
@@ -0,0 +1,4 @@
1
+git commit -a -m ":arrow_up: 升级sdk版本为4.6.0"
2
+git pull --rebase
3
+
4
+git push origin master
pom.xml
@@ -18,7 +18,7 @@
18
<description>基于 WxJava 和 Spring Boot 实现的微信公众号后端开发演示项目</description>
19
20
<properties>
21
- <weixin-java-mp.version>4.5.0</weixin-java-mp.version>
+ <weixin-java-mp.version>4.6.0</weixin-java-mp.version>
22
23
<java.version>8</java.version>
24
<!-- <maven.compiler.source>1.8</maven.compiler.source>-->
0 commit comments