This commit is contained in:
2025-07-04 23:41:19 +08:00
parent 7c2c32a31a
commit f0fd00d706
27 changed files with 1206 additions and 163 deletions

View File

@@ -9,6 +9,7 @@ service Gateway {
message ToClientReq {
int32 UID = 1;
bytes Payload = 2;
int32 MessageID = 2;
bytes Payload = 3;
}