修改协议

This commit is contained in:
hahwu 2025-08-15 11:23:47 +08:00
parent f05bcbfc69
commit 20d25a5dc4

View File

@ -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{