作者 刘锟

update

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