| | |
| | | }
|
| | | }
|
| | |
|
| | | |
| | |
|
| | |
|
| | | // /// <summary>
|
| | | // /// 累计充值
|
| | |
| | | // }
|
| | | // }
|
| | |
|
| | | |
| | |
|
| | |
|
| | | // public void UpdateCollectWordsPackage(HAA40_tagMCActCollectWordsInfo package)
|
| | | // {
|
| | |
| | | // }
|
| | | // }
|
| | |
|
| | | |
| | |
|
| | |
|
| | | // public void UpdateMultiRechargePackage(HAA27_tagMCActRechargePrizeInfo package)
|
| | | // {
|
| | |
| | | // }
|
| | | // }
|
| | |
|
| | | |
| | | |
| | | |
| | |
|
| | |
|
| | |
|
| | |
|
| | | // public void UpdateCrossActLianQiInfo(HAA90_tagMCCrossActLianqiInfo package)
|
| | | // {
|
| | |
| | | // }
|
| | | // }
|
| | |
|
| | | // public void UpdateActLunhuidianInfo(HAA88_tagMCActLunhuidianInfo package)
|
| | | // {
|
| | | // OperationBase operationBase = null;
|
| | | // operationDict.TryGetValue(Operation.default47, out operationBase);
|
| | | // if (string.IsNullOrEmpty(package.StartDate) || string.IsNullOrEmpty(package.EndtDate))
|
| | | // {
|
| | | // ForceStopOperation(Operation.default47);
|
| | | // }
|
| | | // else
|
| | | // {
|
| | | // if (operationBase == null)
|
| | | // {
|
| | | // operationBase = new OperationCycleHall();
|
| | | // operationDict.Add(Operation.default47, operationBase);
|
| | | // }
|
| | | // OperationCycleHall operation = operationBase as OperationCycleHall;
|
| | | // operation.Reset();
|
| | | // operation.startDate = ParseOperationDate(package.StartDate);
|
| | | // operation.endDate = ParseOperationDate(package.EndtDate);
|
| | | // operation.resetType = package.ResetType;
|
| | | // operation.limitLv = package.LimitLV;
|
| | | // operation.ParseCycleHallInfo(package);
|
| | | // if (operationTimeUpdateEvent != null)
|
| | | // {
|
| | | // operationTimeUpdateEvent(Operation.default47);
|
| | | // }
|
| | | // }
|
| | | // }
|
| | | public void UpdateActLunhuidianInfo(HAA88_tagMCActLunhuidianInfo package)
|
| | | {
|
| | | OperationBase operationBase = null;
|
| | | operationDict.TryGetValue(OperationType.default47, out operationBase);
|
| | | if (string.IsNullOrEmpty(package.StartDate) || string.IsNullOrEmpty(package.EndtDate))
|
| | | {
|
| | | ForceStopOperation(OperationType.default47);
|
| | | }
|
| | | else
|
| | | {
|
| | | if (operationBase == null)
|
| | | {
|
| | | operationBase = new OperationCycleHall();
|
| | | operationDict.Add(OperationType.default47, operationBase);
|
| | | }
|
| | | OperationCycleHall operation = operationBase as OperationCycleHall;
|
| | | operation.Reset();
|
| | | operation.startDate = ParseOperationDate(package.StartDate);
|
| | | operation.endDate = ParseOperationDate(package.EndtDate);
|
| | | operation.resetType = package.ResetType;
|
| | | operation.limitLv = package.LimitLV;
|
| | | operation.ParseCycleHallInfo(package);
|
| | | if (operationTimeUpdateEvent != null)
|
| | | {
|
| | | operationTimeUpdateEvent(OperationType.default47);
|
| | | }
|
| | | }
|
| | | }
|
| | |
|
| | | // public void UpdateActYunShiInfo(HAA87_tagMCActYunshiInfo package)
|
| | | // {
|
| | |
| | | // }
|
| | | // }
|
| | |
|
| | | |
| | |
|
| | | // public void UpdateLoginAct(HAA69_tagMCActLoginNew package)
|
| | | // {
|
| | | // OperationBase operationBase = null;
|
| | |
| | |
|
| | | public enum OperationType
|
| | | {
|
| | |
|
| | |
|
| | | MultipleExp,
|
| | | ConsumeRebate,
|
| | | FlashSale,//限时特惠
|