We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c334ff5 commit 7cbea4cCopy full SHA for 7cbea4c
commit.sh
@@ -1,3 +1,3 @@
1
-git pull
2
-git commit -a -m "update wxjava sdk to 4.6.0"
+git commit -a -m ":arrow_up: 升级sdk版本为4.7.0"
+git pull --rebase
3
git push origin master
pom.xml
@@ -18,8 +18,13 @@
18
<description>微信支付 Demo with Spring Boot</description>
19
20
<properties>
21
+<<<<<<< HEAD
22
<weixin-java-pay.version>4.6.0</weixin-java-pay.version>
23
<io.springfox.version>2.10.0</io.springfox.version>
24
+=======
25
+ <weixin-java-pay.version>4.7.0</weixin-java-pay.version>
26
+ <io.springfox.version>2.5.0</io.springfox.version>
27
+>>>>>>> 1d97864 (:arrow_up: 升级sdk版本为4.7.0)
28
29
<maven.compiler.source>1.8</maven.compiler.source>
30
<maven.compiler.target>1.8</maven.compiler.target>
0 commit comments