mirror of
https://github.com/mamoe/mirai.git
synced 2025-01-31 11:30:16 +08:00
Update outdated packet value
This commit is contained in:
parent
93aeda2aeb
commit
f4d2fc3ac6
@ -44,7 +44,7 @@ internal class WtLogin {
|
|||||||
t193(ticket)
|
t193(ticket)
|
||||||
t8(2052)
|
t8(2052)
|
||||||
t104(client.t104)
|
t104(client.t104)
|
||||||
t116(150470524, 66560)
|
t116(client.miscBitMap, client.subSigMap)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -61,7 +61,7 @@ internal class WtLogin {
|
|||||||
t2(captchaAnswer, captchaSign, 0)
|
t2(captchaAnswer, captchaSign, 0)
|
||||||
t8(2052)
|
t8(2052)
|
||||||
t104(client.t104)
|
t104(client.t104)
|
||||||
t116(150470524, 66560)
|
t116(client.miscBitMap, client.subSigMap)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -79,7 +79,7 @@ internal class WtLogin {
|
|||||||
writeShort(4) // count of TLVs, probably ignored by server?
|
writeShort(4) // count of TLVs, probably ignored by server?
|
||||||
t8(2052)
|
t8(2052)
|
||||||
t104(client.t104)
|
t104(client.t104)
|
||||||
t116(150470524, 66560)
|
t116(client.miscBitMap, client.subSigMap)
|
||||||
t401(MiraiPlatformUtils.md5(client.device.guid + "stMNokHgxZUGhsYp".toByteArray() + t402))
|
t401(MiraiPlatformUtils.md5(client.device.guid + "stMNokHgxZUGhsYp".toByteArray() + t402))
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -105,7 +105,7 @@ internal class WtLogin {
|
|||||||
writeShort(6) // count of TLVs, probably ignored by server?TODO
|
writeShort(6) // count of TLVs, probably ignored by server?TODO
|
||||||
t8(2052)
|
t8(2052)
|
||||||
t104(client.t104)
|
t104(client.t104)
|
||||||
t116(150470524, 66560)
|
t116(client.miscBitMap, client.subSigMap)
|
||||||
t174(EMPTY_BYTE_ARRAY)
|
t174(EMPTY_BYTE_ARRAY)
|
||||||
t17a(9)
|
t17a(9)
|
||||||
t197(byteArrayOf(0.toByte()))
|
t197(byteArrayOf(0.toByte()))
|
||||||
|
Loading…
Reference in New Issue
Block a user