fix: 统一分页请求的 offset 语义
This commit is contained in:
+3
-3
@@ -61,7 +61,7 @@ message GetShopInvitationsByIdResp {
|
||||
}
|
||||
|
||||
message SearchShopInvitationsReq {
|
||||
int64 page = 1; //page
|
||||
int64 offset = 1; //offset
|
||||
int64 limit = 2; //limit
|
||||
int64 id = 3; //id
|
||||
int64 shopId = 4; //shopId
|
||||
@@ -125,7 +125,7 @@ message GetShopPlayersByIdResp {
|
||||
}
|
||||
|
||||
message SearchShopPlayersReq {
|
||||
int64 page = 1; //page
|
||||
int64 offset = 1; //offset
|
||||
int64 limit = 2; //limit
|
||||
int64 shopId = 3; //shopId
|
||||
int64 playerId = 4; //playerId
|
||||
@@ -220,7 +220,7 @@ message GetShopsByIdResp {
|
||||
}
|
||||
|
||||
message SearchShopsReq {
|
||||
int64 page = 1; //page
|
||||
int64 offset = 1; //offset
|
||||
int64 limit = 2; //limit
|
||||
int64 id = 3; //id
|
||||
int64 ownerId = 4; //ownerId
|
||||
|
||||
Reference in New Issue
Block a user