作者 刘锟

update

... ... @@ -467,7 +467,7 @@ class UpdateSeoTdk extends Command
//缓存 在发送页面更新的项目数据 id
$notify_cache_key = "seo_tdk_update_notify_{$project_id}";
if(Redis::setnx($notify_cache_key, 1)){
Redis::expire($notify_cache_key, 60);
Redis::expire($notify_cache_key, 120);
$this->sendNotify($project_id, 2); //通知主站按需更新
}
... ...