mirror of
https://github.com/Mrs4s/MiraiGo.git
synced 2025-05-04 11:07:40 +08:00
fix 0x545 (#242)
This commit is contained in:
parent
41a6cb05a7
commit
9a45e430f1
@ -4,7 +4,7 @@ import "github.com/Mrs4s/MiraiGo/binary"
|
||||
|
||||
func T545(imei []byte) []byte {
|
||||
return binary.NewWriterF(func(w *binary.Writer) {
|
||||
w.WriteUInt16(0x108)
|
||||
w.WriteUInt16(0x545)
|
||||
w.WriteBytesShort(imei)
|
||||
})
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user