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

This commit is contained in:
Binary Wang
2017-07-08 17:37:33 +08:00
parent 1cd6618f82
commit 166e54c3f5
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>