diff --git a/client/highway.go b/client/highway.go index c755b8d6..6cff7b6e 100644 --- a/client/highway.go +++ b/client/highway.go @@ -206,7 +206,7 @@ func (c *QQClient) highwayUploadFileMultiThreadingByBDH(path string, cmdId int32 } defer file.Close() if stat.Size() < 1024*1024*3 { - return c.highwayUploadByBDH(file, cmdId, ticket, ext, encrypt) + return c.highwayUploadByBDH(file, cmdId, ticket, ext, false) } type BlockMetaData struct { Id int