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

This commit is contained in:
zhengxianxin 2026-04-03 16:58:44 +08:00
commit d0680448a2
11 changed files with 20 additions and 3 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -2256,9 +2256,7 @@ message ResAutoAddInviteFriend2{
int32 ResultCode = 1;
}
//
message ReqCatReturnGift{
}
message ReqCatReturnGift{}
message CatReturnGiftCfg{
int32 Skin = 1; // id
@ -2282,6 +2280,15 @@ message ResCatReturnGift{
CatReturnGiftCfg Cfg = 6; //
}
message ReqCatReturnGiftScore{
int32 Score = 1; //
}
message ResCatReturnGiftScore{
RES_CODE Code = 1;
string Msg = 2;
}
message ReqCatReturnGiftReward{}
message ResCatReturnGiftReward{

View File

@ -319,6 +319,16 @@
"string"
]
},
{
"in_file": "DecorateCost.xlsx",
"out_file": "DecorateConst.txt",
"sheet_name": "Const",
"coloum_type": [
"int",
"string",
"string"
]
},
{
"in_file": "DialogueData.xlsx",
"out_file": "DialogData.txt",