Skip to content

Commit

Permalink
feat: GetLikedUser添加分页查询参数 (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
Lansongxx authored Dec 20, 2023
1 parent cfba7c1 commit 552491f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions meowchat/core_api/like.proto
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,13 @@ message GetUserLikesResp {
message GetLikedUsersReq {
string targetId = 1;
user.LikeType targetType = 2;
basic.PaginationOptions paginationOption = 3;
}

message GetLikedUsersResp {
repeated core_api.User users = 1;
int64 total = 2;
string token = 3;
}

message GetUserLikeContentsReq {
Expand Down

0 comments on commit 552491f

Please sign in to comment.