协议修改

This commit is contained in:
hahwu 2025-08-15 17:21:00 +08:00
parent 20d25a5dc4
commit 1eacd1c11a

View File

@ -2047,7 +2047,7 @@ message ResPlayroom{
repeated RoomOpponent Opponent = 3; // repeated RoomOpponent Opponent = 3; //
repeated FriendRoom Friend = 4; // repeated FriendRoom Friend = 4; //
map<int32, int32> Playroom = 5; // = id map<int32, int32> Playroom = 5; // = id
repeated int32 collect = 6; // repeated PlayroomCollectInfo collect = 6; //
map<int32, int32> Mood = 7; // <, > map<int32, int32> Mood = 7; // <, >
repeated ItemInfo LoseItem = 8; // repeated ItemInfo LoseItem = 8; //
int32 StartTime = 9; // int32 StartTime = 9; //
@ -2059,7 +2059,7 @@ message ResPlayroom{
map<int32, int32> Physiology = 15; map<int32, int32> Physiology = 15;
map<int32, PlayroomDress> Dress = 16; // = id ID 1 2 3 4 5 6 7 8 9 map<int32, PlayroomDress> Dress = 16; // = id ID 1 2 3 4 5 6 7 8 9
map<int32, int32> DressSet = 17; // = id map<int32, int32> DressSet = 17; // = id
repeated int32 PetAir = 18; // repeated PlayroomAirInfo PetAir = 18; //
int32 PetAirSet = 19; // int32 PetAirSet = 19; //
int32 Upvote = 20; // int32 Upvote = 20; //
int32 RoomPoint = 21; // int32 RoomPoint = 21; //
@ -2131,6 +2131,21 @@ message PlayroomDressInfo{
string Label = 4; // string Label = 4; //
} }
message PlayroomAirInfo{
int32 Id = 1; // id
int64 EndTime = 2; //
int64 AddTime = 3; //
string Label = 4; //
}
message PlayroomCollectInfo{
int32 Id = 1; // id
int64 EndTime = 2; //
int64 AddTime = 3; //
string Label = 4; //
}
message ReqPlayroomDressSet{ message ReqPlayroomDressSet{
map<int32, int32> DressSet = 1; // = id map<int32, int32> DressSet = 1; // = id
} }