Commit 79671b6d by haojie

1

parent 10e4c135
......@@ -192,6 +192,7 @@ public function getStableTask(array $data = [])
{
# 获取redis任务
$taskList = Redis::lpop('stable_task');
Log::info($taskList);
return $taskList;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment