Merge branch 'main' of gitea.bywaystudios.com:wuminzhe/docs
This commit is contained in:
commit
dd81db2500
Binary file not shown.
Binary file not shown.
BIN
config/Card.xlsx
BIN
config/Card.xlsx
Binary file not shown.
BIN
config/FurShop.xlsx
Normal file
BIN
config/FurShop.xlsx
Normal file
Binary file not shown.
BIN
config/Item.xlsx
BIN
config/Item.xlsx
Binary file not shown.
@ -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{
|
||||
|
||||
Loading…
Reference in New Issue
Block a user