微信支付模块调整,跟其他模块保持统一,默认使用apache httpclient

This commit is contained in:
Binary Wang
2017-07-08 17:37:33 +08:00
committed by Binary Wang
parent a2880d8821
commit 62c1d61bcf
6 changed files with 610 additions and 512 deletions

View File

@@ -23,10 +23,11 @@
<groupId>com.github.binarywang</groupId>
<artifactId>qrcode-utils</artifactId>
</dependency>
<dependency>
<groupId>org.jodd</groupId>
<artifactId>jodd-http</artifactId>
<scope>compile</scope>
<scope>provided</scope>
</dependency>
<dependency>