mirror of
https://github.com/Mrs4s/MiraiGo.git
synced 2025-05-04 19:17:38 +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 {
|
func T545(imei []byte) []byte {
|
||||||
return binary.NewWriterF(func(w *binary.Writer) {
|
return binary.NewWriterF(func(w *binary.Writer) {
|
||||||
w.WriteUInt16(0x108)
|
w.WriteUInt16(0x545)
|
||||||
w.WriteBytesShort(imei)
|
w.WriteBytesShort(imei)
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user