From b0f1dde18cbcaca94e80fcbca233f451dfaf261a Mon Sep 17 00:00:00 2001 From: LXY1226 <767763591@qq.com> Date: Tue, 4 Aug 2020 15:31:40 +0800 Subject: [PATCH] Fix Typo --- client/builders.go | 2 +- client/client.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/client/builders.go b/client/builders.go index 134d9c19..07aa0196 100644 --- a/client/builders.go +++ b/client/builders.go @@ -551,7 +551,7 @@ func (c *QQClient) buildImageUploadPacket(data, updKey []byte, commandId int32, return } -// ImgStore.GroupPicUp +// PttStore.GroupPttUp func (c *QQClient) buildGroupPttStorePacket(groupCode int64, md5 []byte, size, voiceLength int32) (uint16, []byte) { seq := c.nextSeq() req := &pb.D388ReqBody{ diff --git a/client/client.go b/client/client.go index 525cfced..0722c01e 100644 --- a/client/client.go +++ b/client/client.go @@ -456,7 +456,7 @@ ok: Ptt: msg.Ptt{ FileType: 4, FileMd5: h[:], - FileName: "01234567890123456789012345678901.amr", + FileName: "01234567890123456789012345678901.amr", // 应为MD5.amr(? FileSize: int32(len(voice)), BoolValid: true, PbReserve: []byte{0},