proto modify

This commit is contained in:
wangchuxiao
2023-03-03 18:55:51 +08:00
parent ebe689324b
commit 3a93f60555
8 changed files with 11 additions and 12 deletions
+1 -1
View File
@@ -139,7 +139,7 @@ message getFriendIDsReq {
}
message getFriendIDsResp {
repeated string = 1;
repeated string friendIDs = 1;
}
service friend{