1
0
mirror of https://github.com/Mrs4s/MiraiGo.git synced 2025-05-04 11:07:40 +08:00
This commit is contained in:
LXY1226 2020-08-04 15:31:40 +08:00
parent 2996ac732d
commit b0f1dde18c
2 changed files with 2 additions and 2 deletions

View File

@ -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{

View File

@ -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},