补充注释 (#624)

This commit is contained in:
陈寒彤
2023-02-27 19:33:51 +04:00
committed by GitHub
parent d1b3e0c0fb
commit 387d5d0b57
7 changed files with 59 additions and 58 deletions

View File

@@ -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;