mirror of
https://github.com/Mrs4s/MiraiGo.git
synced 2025-05-04 11:07:40 +08:00
Fix Typo
This commit is contained in:
parent
2996ac732d
commit
b0f1dde18c
@ -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{
|
||||
|
@ -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},
|
||||
|
Loading…
x
Reference in New Issue
Block a user