[core] Add missed KEY_DEVICE_INFO context for qSecurityGetSign

This commit is contained in:
sandtechnology 2023-06-18 19:52:33 +08:00 committed by Karlatemp
parent 644eddd4d9
commit b77a4573d1
No known key found for this signature in database
GPG Key ID: BA173CA2B9956C59

View File

@ -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,