| | |
| | | #region 开服活动冲榜推送 |
| | | private void SetRankStartPushInfo() |
| | | { |
| | | return; |
| | | for (int i = 0; i < rankTypelist.Count; i++) |
| | | { |
| | | int rankStartId = WholePeopleRankStart + rankTypelist[i]; |
| | |
| | | |
| | | private void SetRankEndPushInfo() |
| | | { |
| | | return; |
| | | for (int i = 0; i < rankTypelist.Count; i++) |
| | | { |
| | | int rankEndId = WholePeopleRankEnd + rankTypelist[i]; |
| | |
| | | |
| | | private void RemovePushByActiveClose(PushInfoType type) |
| | | { |
| | | return; |
| | | switch (type) |
| | | { |
| | | case PushInfoType.RankStart: |
| | |
| | | |
| | | private void RemovePushByTime(PushInfoType type, int time) |
| | | { |
| | | return; |
| | | int remainHour = time - TimeUtility.ServerNow.Hour; |
| | | int remainMinute = 0 - TimeUtility.ServerNow.Minute; |
| | | int remainSecond = remainHour * 60 * 60 + remainMinute * 60; |
| | |
| | | |
| | | private void UpdateAppointment(int shopGuid) |
| | | { |
| | | return; |
| | | if (!rushToBuyModel.IsOpen) return; |
| | | |
| | | var operation = rushToBuyModel.GetOperationFlashRushToBuy(); |
| | |
| | | |
| | | private void SetFlashRushToBuyAppointmentInfo() |
| | | { |
| | | return; |
| | | if (!rushToBuyModel.IsOpen) return; |
| | | |
| | | var operation = rushToBuyModel.GetOperationFlashRushToBuy(); |
| | |
| | | |
| | | private void RemoveFlashRushToBuyAppointmentByTime() |
| | | { |
| | | return; |
| | | if (!rushToBuyModel.IsOpen) return; |
| | | |
| | | var operation = rushToBuyModel.GetOperationFlashRushToBuy(); |