feat(123):Enable 123 disk instant transfer

This commit is contained in:
9 2025-06-06 18:10:04 +08:00
parent ffa03bfda1
commit cbe3536e20

View File

@ -27,7 +27,8 @@ func (f File) CreateTime() time.Time {
}
func (f File) GetHash() utils.HashInfo {
return utils.HashInfo{}
//return utils.HashInfo{}
return utils.NewHashInfo(utils.MD5, f.Etag)
}
func (f File) GetPath() string {