feat usn 类型改成int64

This commit is contained in:
2026-01-30 14:48:38 +08:00
parent 7eae358996
commit 30864dbc40
29 changed files with 3032 additions and 854 deletions

View File

@@ -10,7 +10,7 @@ service Gateway {
}
message ToClientReq {
string USN = 1;
int64 USN = 1;
int32 MessageID = 2;
bytes Payload = 3;
}
@@ -19,7 +19,7 @@ message ToClientResp {
}
message KickUserReq {
string USN = 1;
int64 USN = 1;
}
message KickUserResp {