This commit is contained in:
Him188 2019-09-11 22:16:09 +08:00 committed by Him188moe
parent 88be6d7a68
commit e3c23b3510
2 changed files with 4 additions and 3 deletions

View File

@ -104,7 +104,7 @@ fun DataOutputStream.writeHex(hex: String) {
if (s.isEmpty()) {
continue
}
this.writeByte(s.toUByte(16).toByte().toInt())
this.writeByte(s.toUByte(16).toInt())
}
}

View File

@ -70,8 +70,9 @@ class ClientGetGroupImageIDPacket(
it.writeHex("60 04")
it.writeHex("6A 05")
it.writeHex("32 36 36 35 36 05")
it.writeHex("6A")
it.writeHex("05")
it.writeHex("32 36 36 35 36 05")//6?
it.writeHex("70 00")