#321 微信支付下载对账单接口增加对GZIP格式的支持

This commit is contained in:
Binary Wang
2017-12-16 17:07:16 +08:00
parent 2e85dfdf7a
commit cbf18e8ca4
7 changed files with 256 additions and 76 deletions

View File

@@ -27,7 +27,6 @@
<dependency>
<groupId>org.jodd</groupId>
<artifactId>jodd-http</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
@@ -45,6 +44,11 @@
<artifactId>testng</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.assertj</groupId>
<artifactId>assertj-guava</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.google.inject</groupId>
<artifactId>guice</artifactId>