MarketPlace: pagination updates
Signed-off-by: nfel <nfilsaraee@gmail.com>
This commit is contained in:
parent
fd4c1da9a4
commit
bb1ba83cf1
@ -22,9 +22,9 @@ message PaginationReq {
|
||||
|
||||
|
||||
message PaginationResp {
|
||||
uint32 page = 1; // in query param it will be p
|
||||
uint32 page_size = 2; // in query param it will be pz
|
||||
optional uint32 total_count = 3; // reponse
|
||||
uint32 no = 1;
|
||||
uint32 size = 2;
|
||||
optional uint32 count = 3;
|
||||
}
|
||||
|
||||
message BaseQueryParam {
|
||||
|
||||
@ -52,6 +52,7 @@ message PurchaseRes {
|
||||
}
|
||||
|
||||
message MarketOrderList {
|
||||
base.v1.PaginationResp page = 2;
|
||||
repeated MarketOrder list = 1;
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user