mark as read and modify pb

This commit is contained in:
wangchuxiao
2023-06-12 18:52:35 +08:00
parent 2e457d5a74
commit 6cc801ed06
7 changed files with 560 additions and 326 deletions
+1 -4
View File
@@ -8,11 +8,8 @@ message getPaginationFriendsReq{
string userID = 2;
}
message getPaginationFriendsResp{
repeated sdkws.FriendInfo FriendsInfo = 1;
repeated sdkws.FriendInfo friendsInfo = 1;
int32 total = 2;
}