推荐公会分页

master_huanxiang
duhui 2021-08-27 14:48:43 +08:00
parent 3b51b925a7
commit 4bed9e9eea
1 changed files with 3 additions and 0 deletions

View File

@ -156,6 +156,9 @@ import "CommonProto.proto";
}
message FamilyRecommandRequest{
optional int32 page = 1;//
}
message FamilyRecommandResponse{
repeated FamilyRecomandInfo familyRecomandInfo =1;
}