refactor: SysMessage Proto

This commit is contained in:
手瓜一十雪
2024-05-19 22:29:02 +08:00
committed by GitHub
parent 420624bee4
commit 52dda1d1fe

@@ -5,9 +5,9 @@ message Data{
repeated Body body = 2; repeated Body body = 2;
} }
message Header { message Header {
uint32 GroupNumber = 1; uint32 PeerNumber = 1;
string GroupString = 2; string PeerString = 2;
uint32 QQ = 5; uint32 Uin = 5;
optional string Uid = 6; optional string Uid = 6;
} }
message Body { message Body {