mirror of
https://github.com/Mrs4s/MiraiGo.git
synced 2025-05-04 19:17:38 +08:00
fmt
This commit is contained in:
parent
bf90674375
commit
a455b21bad
@ -789,7 +789,7 @@ func decodeOnlinePushReqPacket(c *QQClient, seq uint16, payload []byte) (interfa
|
|||||||
return nil, nil
|
return nil, nil
|
||||||
}
|
}
|
||||||
c.dispatchFriendNotifyEvent(&FriendPokeNotifyEvent{
|
c.dispatchFriendNotifyEvent(&FriendPokeNotifyEvent{
|
||||||
Sender: sender,
|
Sender: sender,
|
||||||
Receiver: c.Uin,
|
Receiver: c.Uin,
|
||||||
})
|
})
|
||||||
case 0x44:
|
case 0x44:
|
||||||
|
@ -31,8 +31,8 @@ type (
|
|||||||
|
|
||||||
// FriendPokeNotifyEvent 好友戳一戳提示事件
|
// FriendPokeNotifyEvent 好友戳一戳提示事件
|
||||||
FriendPokeNotifyEvent struct {
|
FriendPokeNotifyEvent struct {
|
||||||
Sender int64
|
Sender int64
|
||||||
Receiver int64
|
Receiver int64
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user