作者 刘锟

update

@@ -129,7 +129,7 @@ class HtmlCollectNew extends Command @@ -129,7 +129,7 @@ class HtmlCollectNew extends Command
129 //获取任务 129 //获取任务
130 protected function get_task() 130 protected function get_task()
131 { 131 {
132 - $key = 'console_html_collect_task'; 132 + $key = 'console_html_collect_new_task';
133 $task_id = Redis::rpop($key); 133 $task_id = Redis::rpop($key);
134 if ($task_id) { 134 if ($task_id) {
135 return $task_id; 135 return $task_id;