#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

@@ -36,7 +36,17 @@ public class WxPayConstants {
}
/**
* 订单类型
* 压缩账单的类型
*/
public static class TarType {
/**
* 固定值GZIP返回格式为.gzip的压缩包账单
*/
public static final String GZIP = "GZIP";
}
/**
* 账单类型
*/
public static class BillType {
/**