补充注释 (#624)
This commit is contained in:
@@ -2,7 +2,7 @@ syntax = "proto3";
|
||||
|
||||
package bilibili.pagination;
|
||||
|
||||
//
|
||||
// 分页信息
|
||||
message FeedPagination {
|
||||
//
|
||||
int32 page_size = 1;
|
||||
@@ -12,7 +12,7 @@ message FeedPagination {
|
||||
bool is_refresh = 3;
|
||||
}
|
||||
|
||||
//
|
||||
// 分页信息
|
||||
message FeedPaginationReply {
|
||||
//
|
||||
string next_offset = 1;
|
||||
@@ -22,7 +22,7 @@ message FeedPaginationReply {
|
||||
string last_read_offset = 3;
|
||||
}
|
||||
|
||||
//
|
||||
// 分页信息
|
||||
message Pagination {
|
||||
//
|
||||
int32 page_size = 1;
|
||||
@@ -30,7 +30,7 @@ message Pagination {
|
||||
string next = 2;
|
||||
}
|
||||
|
||||
//
|
||||
// 分页信息
|
||||
message PaginationReply {
|
||||
//
|
||||
string next = 1;
|
||||
|
||||
Reference in New Issue
Block a user