feat: switch upload hash to md5
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
package dto
|
||||
|
||||
type UploadInitForm struct {
|
||||
// Hash 文件哈希(用于秒传校验)。
|
||||
// Hash 文件 MD5 哈希(用于秒传校验)。
|
||||
Hash string `json:"hash"`
|
||||
// Size 文件大小(字节)。
|
||||
Size int64 `json:"size"`
|
||||
|
||||
Reference in New Issue
Block a user