mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2026-03-10 00:13:40 +08:00
🎨 #3558 【企业微信】修复会话内容存档接口获取解密的聊天数据时文件信息转换出错的问题
This commit is contained in:
@@ -603,7 +603,7 @@ public class WxCpChatModel implements Serializable {
|
|||||||
private String sdkFileId;
|
private String sdkFileId;
|
||||||
|
|
||||||
@SerializedName("filesize")
|
@SerializedName("filesize")
|
||||||
private Integer fileSize;
|
private Long fileSize;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* From json file.
|
* From json file.
|
||||||
|
|||||||
Reference in New Issue
Block a user