修改协议
This commit is contained in:
parent
f05bcbfc69
commit
20d25a5dc4
@ -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{
|
||||
|
||||
Loading…
Reference in New Issue
Block a user