Merge branch 'main' of gitea.bywaystudios.com:wuminzhe/docs

This commit is contained in:
zhang hongbo 2026-02-28 18:20:23 +08:00
commit dd81db2500
6 changed files with 18 additions and 0 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
config/FurShop.xlsx Normal file

Binary file not shown.

Binary file not shown.

View File

@ -1463,6 +1463,7 @@ message ResFriendPlayerSimple{
ActLog Last = 16; //
map<int32, int32> Physiology = 17; // =
string PetName = 18; //;
int32 PetFur = 19; //
}
message ResPlayerSimple{
@ -2278,6 +2279,22 @@ message ResRaceReward{
RES_CODE Code = 1;
string Msg = 2;
}
//--------------------------[pet fur]-------------------------
//
message ReqPetFur{}
message ResPetFur{
repeated int32 FurId = 1; //
int32 FurSet = 2; // id
int32 FreeCount = 3; //
}
//
message ReqPetFurBuy{
int32 FurId = 1; // id
}
message ResPetFurBuy{
RES_CODE Code = 1;
string Msg = 2;
}
//--------------------------playroom--------------------------
@ -2489,6 +2506,7 @@ message ResPlayroomInfo{
int32 UpvoteCount = 15; //
map<int32, int32> DressSet = 16; // = id
int32 Kiss = 17; //
int32 Fur = 18; //
}
//
message ReqPlayroomFlip{