mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2025-06-28 13:16:19 +08:00
🎨 #3558 【企业微信】修复会话内容存档接口获取解密的聊天数据时文件信息转换出错的问题
This commit is contained in:
parent
59f5a99fda
commit
6a4ed91ae2
@ -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.
|
||||||
|
Loading…
Reference in New Issue
Block a user