mirror of
https://github.com/mamoe/mirai.git
synced 2025-01-09 18:00:33 +08:00
Updated
This commit is contained in:
parent
88be6d7a68
commit
e3c23b3510
@ -104,7 +104,7 @@ fun DataOutputStream.writeHex(hex: String) {
|
|||||||
if (s.isEmpty()) {
|
if (s.isEmpty()) {
|
||||||
continue
|
continue
|
||||||
}
|
}
|
||||||
this.writeByte(s.toUByte(16).toByte().toInt())
|
this.writeByte(s.toUByte(16).toInt())
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -70,8 +70,9 @@ class ClientGetGroupImageIDPacket(
|
|||||||
|
|
||||||
it.writeHex("60 04")
|
it.writeHex("60 04")
|
||||||
|
|
||||||
it.writeHex("6A 05")
|
it.writeHex("6A")
|
||||||
it.writeHex("32 36 36 35 36 05")
|
it.writeHex("05")
|
||||||
|
it.writeHex("32 36 36 35 36 05")//6?
|
||||||
|
|
||||||
it.writeHex("70 00")
|
it.writeHex("70 00")
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user