From f194ca807c0ef437b866e74db7cd4dcb02e531c3 Mon Sep 17 00:00:00 2001 From: hxp <ale99527@vip.qq.com> Date: 星期四, 14 二月 2019 17:54:57 +0800 Subject: [PATCH] 6211 【后端】【1.6】合服任务单(运营活动支持合服定制) --- PySysDB/PySysDBG.h | 15 ++++++--------- 1 files changed, 6 insertions(+), 9 deletions(-) diff --git a/PySysDB/PySysDBG.h b/PySysDB/PySysDBG.h index 04b5240..5b33bd4 100644 --- a/PySysDB/PySysDBG.h +++ b/PySysDB/PySysDBG.h @@ -311,9 +311,8 @@ struct tagActExpRate { DWORD _CfgID; //配置ID - char ActMark; //活动组标记 - list PlatformList; //活动平台列表["平台A", "平台A", ...],配[]代表所有 - list ServerIDList; //服务器ID列表 + list ServerGroupIDList; //服务器组ID列表 + list ServerGroupIDListExcept; //排除的服务器组ID列表 char StartDate; //开启日期 char EndDate; //结束日期 list StartTimeList; //开启时间列表, 支持多个时段 @@ -346,9 +345,8 @@ struct tagActBossReborn { DWORD _CfgID; //配置ID - char ActMark; //活动组标记 - list PlatformList; //活动平台列表["平台A", "平台A", ...],配[]代表所有 - list ServerIDList; //服务器ID列表 + list ServerGroupIDList; //服务器组ID列表 + list ServerGroupIDListExcept; //排除的服务器组ID列表 char StartDate; //开启日期 char EndDate; //结束日期 BYTE ResetType; //重置类型,0-0点重置;1-5点重置 @@ -438,9 +436,8 @@ struct tagActWishingWell { DWORD _CfgID; //配置ID - char ActMark; //活动组标记 - list PlatformList; //活动平台列表["平台A", "平台A", ...],配[]代表所有 - list ServerIDList; //服务器ID列表 + list ServerGroupIDList; //服务器组ID列表 + list ServerGroupIDListExcept; //排除的服务器组ID列表 char StartDate; //开启日期 char EndDate; //结束日期 BYTE IsDayReset; //是否每天重置 -- Gitblit v1.8.0