少年修仙传客户端代码仓库
leonard Wu
2018-08-03 c2d2d5d3a840bf50968b3f95e304929bc62a7b70
System/DailyQuest/DayRemind.cs
@@ -39,10 +39,10 @@
    public const string LOGIN_AD_TIP = "LoginAdTip";
    public const string PASS_SKILL_REDPOINT = "PassSkillRedpoint";
    public const string VIP_GIFT_REDPOINT = "VipGiftRedpoint";
    public const string MULTIPLE_EXP_REDPOINT = "MultipleExpRedpoint";
    public const string POTENTIAL_NO_NOTIFY = "PotentialNoNotify";
    public const string FLASHSALE_REDPOINT = "FlashSale_Redpoint";
    public const string OSTIMEGIFT_REDPOINT = "OSTimeGift_Redpoint";
    public const string TRIALEXCHANGE_REDPOINT = "TrialExchange_Redpoint";
    public Dictionary<string, int[]> dayRemindDic = new Dictionary<string, int[]>();
    public bool GetDayRemind(string _remindKey)
@@ -90,10 +90,10 @@
        SetDayRemind(LOGIN_AD_TIP);
        SetDayRemind(PASS_SKILL_REDPOINT);
        SetDayRemind(VIP_GIFT_REDPOINT);
        SetDayRemind(MULTIPLE_EXP_REDPOINT);
        SetDayRemind(POTENTIAL_NO_NOTIFY);
        SetDayRemind(FLASHSALE_REDPOINT);
        SetDayRemind(OSTIMEGIFT_REDPOINT);
        SetDayRemind(TRIALEXCHANGE_REDPOINT);
    }
    private void SetDayRemind(string _key)