mirror of
https://github.com/mamoe/mirai.git
synced 2025-01-09 18:00:33 +08:00
Not use random device name
This commit is contained in:
parent
7dc35240e0
commit
ba7e50de31
@ -99,7 +99,7 @@ private fun DataOutputStream.writePart1(qq: Long, password: String, loginTime: I
|
|||||||
this.writeHex("00 38")//length
|
this.writeHex("00 38")//length
|
||||||
this.write(token0825)//length
|
this.write(token0825)//length
|
||||||
this.writeHex("03 0F")//tag
|
this.writeHex("03 0F")//tag
|
||||||
this.writeDeviceName(true)
|
this.writeDeviceName(false)
|
||||||
|
|
||||||
this.writeHex("00 05 00 06 00 02")
|
this.writeHex("00 05 00 06 00 02")
|
||||||
this.writeQQ(qq)
|
this.writeQQ(qq)
|
||||||
|
Loading…
Reference in New Issue
Block a user