refactor: SysMessage Proto

This commit is contained in:
手瓜一十雪 2024-05-19 22:29:02 +08:00 committed by GitHub
parent 420624bee4
commit 52dda1d1fe
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5,9 +5,9 @@ message Data{
repeated Body body = 2;
}
message Header {
uint32 GroupNumber = 1;
string GroupString = 2;
uint32 QQ = 5;
uint32 PeerNumber = 1;
string PeerString = 2;
uint32 Uin = 5;
optional string Uid = 6;
}
message Body {
@ -18,4 +18,4 @@ message Body {
uint32 Time = 6;
uint64 MsgID = 12;
uint32 Other = 13;
}
}