公会人员行走

master_huanxiang
wangyuan 2019-08-09 14:15:33 +08:00
parent 5a3ac6a8e3
commit 4f75ba96ee
1 changed files with 13 additions and 0 deletions

View File

@ -56,6 +56,7 @@ import "CommonProto.proto";
message GetFamilyInfoResponse{
optional FamilyBaseInfo familyBaseInfo =1; //
optional FamilyUserInfo familyUserInfo =2; //
repeated FamilyWalkIndicaiton familyWalkIndicaiton =3;//
}
@ -197,3 +198,15 @@ import "CommonProto.proto";
optional int32 uid= 2;//idid
}
message FamilyWalkRequest{
repeated int32 path =1;// 线
}
message FamilyWalkIndicaiton{
repeated int32 path =1 ; // 线
optional int32 curPos = 2 ; //
optional int32 uid = 3 ;//uid
optional int32 name =4; //
}