diff --git a/config/Charge.xlsx b/config/Charge.xlsx index 1362e746..e49a7c1c 100644 Binary files a/config/Charge.xlsx and b/config/Charge.xlsx differ diff --git a/config/IndoorProgress.xlsx b/config/IndoorProgress.xlsx index cc0bfaf1..95b6705c 100644 Binary files a/config/IndoorProgress.xlsx and b/config/IndoorProgress.xlsx differ diff --git a/config/MergeData.xlsx b/config/MergeData.xlsx index 1cad5d7f..b49a1d7d 100644 Binary files a/config/MergeData.xlsx and b/config/MergeData.xlsx differ diff --git a/config/OrderData.xlsx b/config/OrderData.xlsx index b974e5ff..4efcc70b 100644 Binary files a/config/OrderData.xlsx and b/config/OrderData.xlsx differ diff --git a/proto/Gameapi.proto b/proto/Gameapi.proto index 8ae7ebda..383794e8 100644 --- a/proto/Gameapi.proto +++ b/proto/Gameapi.proto @@ -1458,6 +1458,7 @@ message NotifyFriendLog{ message FriendBubbleInfo{ int32 Id = 1; // 气泡id int32 Type = 2; // 气泡类型 1:普通 2: + repeated ItemInfo Items = 3; // 奖励 } message NotifyFriendCard{ @@ -1730,6 +1731,7 @@ message ResCharge{ int32 SpecialChargeWeek = 11; // 距离现在多少周 float TodayCharge = 12; // 今日充值金额 float MonthCharge = 13; // 本月充值金额 + int64 AdEndTime = 14; // 广告礼包结束时间 } message WishList { diff --git a/tool/cfg/cfg_xlsx.json b/tool/cfg/cfg_xlsx.json index 56769c99..28af4408 100644 --- a/tool/cfg/cfg_xlsx.json +++ b/tool/cfg/cfg_xlsx.json @@ -36,7 +36,7 @@ "out_file": "MergeDataEmit.json", "key": "Type", "sheet_name" :"Emit", - "fields" :["Emit_Min_Lv","Ratio", "Product_Type", "Order_Type", "Retire"] + "fields" :["Emit_Min_Lv","Ratio", "Product_Type", "Order_Type", "Retire", "N"] }, { "in_file": "StartMerge.xlsx", @@ -71,7 +71,7 @@ "out_file": "StartOrder.json", "key": "Id", "sheet_name" :"StartOrder", - "fields" :["Id", "merge_id_list", "appear", "reward","preview", "type"] + "fields" :["Id", "merge_id_list", "appear", "reward","preview", "type","group","step"] }, { "in_file": "OrderData.xlsx", @@ -87,6 +87,13 @@ "sheet_name" :"OrderScene", "fields" :["Factor"] }, + { + "in_file": "OrderData.xlsx", + "out_file": "OrderK.json", + "key": "Lv", + "sheet_name" :"OrderK", + "fields" :["Energy", "K"] + }, { "in_file": "UserData.xlsx", "out_file": "UserData.json", @@ -437,6 +444,13 @@ "sheet_name" :"PetCoin", "fields" :["ChargeId", "Items", "Grade"] }, + { + "in_file": "Charge.xlsx", + "out_file": "ChargeAD.json", + "key": "Id", + "sheet_name" :"AD", + "fields" :["ChargeId", "Items", "PetWork"] + }, { "in_file": "Endless.xlsx", "out_file": "Endless.json",