mirror of
https://github.com/mamoe/mirai.git
synced 2025-02-08 17:39:18 +08:00
Testing tools
This commit is contained in:
parent
964c236ddf
commit
e2f59416f0
@ -231,7 +231,8 @@ fun ByteReadPacket.analysisOneFullPacket(): ByteReadPacket = debugIfFail("Failed
|
||||
}
|
||||
}
|
||||
|
||||
decrypted.debugPrint("Real body").toReadPacket().apply {
|
||||
PacketLogger.info("Real body=" + decrypted.toUHexString())
|
||||
decrypted.toReadPacket().apply {
|
||||
if (commandId == 0x0810) {
|
||||
DebugLogger.info("发送 login!! 正在获取 tgtgtKey")
|
||||
try {
|
||||
|
Loading…
Reference in New Issue
Block a user