Merge branch 'main' of gitea.bywaystudios.com:wuminzhe/docs
This commit is contained in:
commit
d0680448a2
BIN
config/Base.xlsx
BIN
config/Base.xlsx
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.
@ -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{
|
||||
|
||||
@ -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",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user