This commit is contained in:
wangchuxiao
2023-03-17 19:54:23 +08:00
parent 0bd80a81eb
commit 69106a4cca
3 changed files with 215 additions and 206 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ message getAllUserIDReq{
}
message getAllUserIDResp{
int32 total = 1;
repeated string userIDList = 2;
repeated string userIDs = 2;
}