fix: 统一分页请求的 offset 语义

This commit is contained in:
zetaloop
2026-04-07 17:56:38 +08:00
parent 424b2b1cca
commit d153b5cf51
46 changed files with 334 additions and 346 deletions
+2 -2
View File
@@ -79,7 +79,7 @@ message GetPlayerServicesByIdResp {
}
message SearchPlayerServicesReq {
int64 page = 1; //page
int64 offset = 1; //offset
int64 limit = 2; //limit
int64 id = 3; //id
int64 playerId = 4; //playerId
@@ -167,7 +167,7 @@ message GetPlayersByIdResp {
}
message SearchPlayersReq {
optional int64 page = 1; //page
optional int64 offset = 1; //offset
optional int64 limit = 2; //limit
optional int64 id = 3; //id
optional int64 userId = 4; //userId