fix: 统一分页请求的 offset 语义
This commit is contained in:
@@ -66,7 +66,7 @@ message GetWalletTransactionsByIdResp {
|
||||
}
|
||||
|
||||
message SearchWalletTransactionsReq {
|
||||
int64 page = 1; //page
|
||||
int64 offset = 1; //offset
|
||||
int64 limit = 2; //limit
|
||||
int64 id = 3; //id
|
||||
optional int64 userId = 4; //userId
|
||||
@@ -129,7 +129,7 @@ message GetWalletsByIdResp {
|
||||
}
|
||||
|
||||
message SearchWalletsReq {
|
||||
int64 page = 1; //page
|
||||
int64 offset = 1; //offset
|
||||
int64 limit = 2; //limit
|
||||
int64 userId = 3; //userId
|
||||
optional string balance = 4; //balance
|
||||
|
||||
Reference in New Issue
Block a user