9823 9265【主干】【小7】【骨折】跨服云购修改(优化跨服活动支持配置按周循环)
| | |
| | | endDateStr = curDateStr
|
| | | GameWorld.Log(" 结束日期为空,默认每天,今日为: endDateStr=%s" % endDateStr)
|
| | |
|
| | | actByWeek = (startDateStr.startswith("W") and endDateStr.startswith("W")) # 按周x开
|
| | | if actByWeek:
|
| | | startDateStr, endDateStr = GameWorld.GetOperationActionDateStr(ipyData)
|
| | | GameWorld.Log(" 星期X转化为日期: %s ~ %s" % (startDateStr, endDateStr))
|
| | | |
| | | if hasattr(ipyData, "GetStartTimeList") and hasattr(ipyData, "GetEndTimeList"):
|
| | | startHMStrList = ipyData.GetStartTimeList()
|
| | | endHMStrList = ipyData.GetEndTimeList()
|
| | |
| | | return
|
| | |
|
| | | Sync_LuckyCloudBuyRoundInfo(curPlayer)
|
| | | Sync_LuckyCloudBuyNumRecInfo(curPlayer)
|
| | | __LoginNotifyMapCloudBuyNumInfo(curPlayer)
|
| | | return
|
| | |
|