修改 在线离线的判断逻辑
This commit is contained in:
@@ -160,7 +160,7 @@ namespace WebSite
|
||||
{
|
||||
RedisTongJiData tq1 = new RedisTongJiData();
|
||||
tq1.url = "api/CaiJiData";
|
||||
tq1.cron_exp = string.Format("*/{0} * * * *", 10);
|
||||
tq1.cron_exp = string.Format("*/{0} * * * *", 1);
|
||||
tq1.mission_key = MvcApplication.IntervalKey;
|
||||
CSRedisCacheHelper.Forever<RedisTongJiData>(IntervalKey, tq1);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user