mirror of
https://github.com/AlistGo/alist.git
synced 2025-04-23 05:44:04 +08:00
parent
48ac23c8de
commit
a2dc45a80b
@ -289,7 +289,7 @@ func (d *ILanZou) Put(ctx context.Context, dstDir model.Obj, stream model.FileSt
|
||||
req.SetBody(base.Json{
|
||||
"fileId": "",
|
||||
"fileName": stream.GetName(),
|
||||
"fileSize": stream.GetSize() / 1024,
|
||||
"fileSize": stream.GetSize()/1024 + 1,
|
||||
"folderId": dstDir.GetID(),
|
||||
"md5": etag,
|
||||
"type": 1,
|
||||
|
Loading…
x
Reference in New Issue
Block a user