预览首页统计修复,123盘大文件长度取值错误问题

This commit is contained in:
QAIU
2023-08-28 17:54:39 +08:00
parent cdeb63e225
commit e1c61fb51a
2 changed files with 3 additions and 5 deletions

View File

@@ -100,7 +100,7 @@ public class YeTool extends PanBase implements IPanTool {
jsonObject.put("ShareKey", reqBodyJson.getString("ShareKey"));
jsonObject.put("FileID", reqBodyJson.getInteger("FileId"));
jsonObject.put("S3keyFlag", reqBodyJson.getString("S3KeyFlag"));
jsonObject.put("Size", reqBodyJson.getInteger("Size"));
jsonObject.put("Size", reqBodyJson.getLong("Size"));
jsonObject.put("Etag", reqBodyJson.getString("Etag"));
// 调用JS文件获取签名