|  |  |  | 
|---|
|  |  |  | if not templateIDList: | 
|---|
|  |  |  | return | 
|---|
|  |  |  |  | 
|---|
|  |  |  | openServerDay = GameWorld.GetGameWorld().GetGameWorldDictByKey(ShareDefine.Def_Notify_WorldKey_ServerDay) + 1 | 
|---|
|  |  |  | actInfo = ChPyNetSendPack.tagMCCostRebateInfo() | 
|---|
|  |  |  | actInfo.StartDate = ipyData.GetStartDate() | 
|---|
|  |  |  | actInfo.EndtDate = ipyData.GetEndDate() | 
|---|
|  |  |  | actInfo.StartDate = GameWorld.GetOperationActionDateStr(ipyData.GetStartDate(), openServerDay) | 
|---|
|  |  |  | actInfo.EndtDate = GameWorld.GetOperationActionDateStr(ipyData.GetEndDate(), openServerDay) | 
|---|
|  |  |  | actInfo.LimitLV = ipyData.GetLVLimit() | 
|---|
|  |  |  | actInfo.IsDayReset = ipyData.GetIsDayReset() | 
|---|
|  |  |  | actInfo.AwardDayInfo = [] | 
|---|