mirror of
https://github.com/Mrs4s/MiraiGo.git
synced 2025-07-14 17:23:48 +00:00
fix highway encrypt.
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user