Refactor code

This commit is contained in:
wenxu12345
2021-12-29 15:50:50 +08:00
parent 667ceb2115
commit 4e4bab2bf0
2 changed files with 12 additions and 8 deletions
+5 -1
View File
@@ -42,9 +42,13 @@ message ImportFriendReq{
string FromUserID = 3;
string OpUserID = 4;
}
message UserIDResult{
string UserID = 1;
int32 Result = 2;
}
message ImportFriendResp{
CommonResp CommonResp = 1;
repeated string FailedFriendUserIDList = 2;
repeated UserIDResult UserIDResultList = 2;
}