fix black
parent
ee1b87c8d5
commit
6d628a6c6c
|
@ -283,12 +283,11 @@ import "CommonProto.proto";
|
|||
}
|
||||
|
||||
message GetFriendInfoRequest{
|
||||
optional int32 type = 1; //1:好友列表, 2:推荐列表 3:申请列表
|
||||
optional int32 type = 1; //1:好友列表, 2:推荐列表 3:申请列表 4 黑名单信息
|
||||
}
|
||||
|
||||
message GetFriendInfoResponse{
|
||||
repeated Friend Friends =1; //好友信息
|
||||
repeated Friend BlackFriends =2; //黑名单信息
|
||||
}
|
||||
|
||||
//测试购买礼包
|
||||
|
|
Loading…
Reference in New Issue