mirror of
https://github.com/mamoe/mirai.git
synced 2025-03-23 05:40:10 +08:00
[core] Add missed KEY_DEVICE_INFO context for qSecurityGetSign
This commit is contained in:
parent
644eddd4d9
commit
b77a4573d1
@ -325,6 +325,7 @@ internal inline fun BytePacketBuilder.writeSsoPacket(
|
||||
EncryptServiceContext(client.uin, buildTypeSafeMap {
|
||||
set(EncryptServiceContext.KEY_APP_QUA, "V1_AND_SQ_8.9.58_4106_YYB_D") // 8.9.58
|
||||
set(EncryptServiceContext.KEY_CHANNEL_PROXY, createChannelProxy(client.bot))
|
||||
set(EncryptServiceContext.KEY_DEVICE_INFO, client.device)
|
||||
set(EncryptServiceContext.KEY_QIMEI36, client.qimei36 ?: "")
|
||||
}),
|
||||
sequenceId,
|
||||
|
Loading…
Reference in New Issue
Block a user