Refactor code

This commit is contained in:
wenxu12345
2022-01-14 18:16:50 +08:00
parent 2a3cf5f002
commit 839123408b
2 changed files with 17 additions and 11 deletions
+1 -1
View File
@@ -58,7 +58,7 @@ message GetFriendApplyListReq{
message GetFriendApplyListResp{
int32 ErrCode = 1;
string ErrMsg = 2;
repeated open_im_sdk.FriendRequest FriendRequestList = 3;
repeated server_api_params.FriendRequest FriendRequestList = 3;
}