diff --git a/proto/Gameapi.proto b/proto/Gameapi.proto index 6ca7cbd7..46b8cae7 100644 --- a/proto/Gameapi.proto +++ b/proto/Gameapi.proto @@ -2070,6 +2070,7 @@ message ResPlayroom{ int32 Kiss = 26; // 亲吻次数 int64 Revenge = 27; // 复仇Uid repeated AdItem AdItem = 28; // 广告奖励信息 + FriendRoom Target = 29; // 目标房间 } message NotifyPlayroomTask{ @@ -2120,7 +2121,14 @@ message ResPlayroomUpvote{ } message PlayroomDress{ - repeated int32 List = 1; // 服装仓库 位置 =》 服装id + repeated PlayroomDressInfo List = 1; // 服装仓库 位置 =》 服装id +} + +message PlayroomDressInfo{ + int32 Id = 1; // 服装id + int64 EndTime = 2; // 结束时间 + int64 AddTime = 3; // 添加时间 + string Label = 4; // 标签 } message ReqPlayroomDressSet{