master_huanxiang
wangyuan 2019-08-03 11:57:55 +08:00
parent f49fed39c1
commit 82961ba9f4
1 changed files with 3 additions and 3 deletions

View File

@ -139,13 +139,13 @@ import "CommonProto.proto";
message FamilyChangeRequest{
optional int32 result = 1 ;// 0 1
optional string content = 2; //
optional string content = 1; //
}
message FamilyChangeResponse{
optional string err = 1 ; //
optional int32 result = 1 ;// 0 1
optional string err = 2 ; //
}
message FamilyChangeJoinTypeRequest{