mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2026-02-14 12:06:24 +08:00
#321 微信支付下载对账单接口增加对GZIP格式的支持
This commit is contained in:
@@ -36,7 +36,17 @@ public class WxPayConstants {
|
||||
}
|
||||
|
||||
/**
|
||||
* 订单类型
|
||||
* 压缩账单的类型
|
||||
*/
|
||||
public static class TarType {
|
||||
/**
|
||||
* 固定值:GZIP,返回格式为.gzip的压缩包账单
|
||||
*/
|
||||
public static final String GZIP = "GZIP";
|
||||
}
|
||||
|
||||
/**
|
||||
* 账单类型
|
||||
*/
|
||||
public static class BillType {
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user