Commit 9a3eb346 by haojie

1

parent 1968519b
...@@ -192,7 +192,7 @@ public function getStableTask(array $data = []) ...@@ -192,7 +192,7 @@ public function getStableTask(array $data = [])
{ {
# 获取redis任务 # 获取redis任务
$taskList = Redis::lpop('stable_task'); $taskList = Redis::lpop('stable_task');
Log::info($taskList); Log::info(json_encode($taskList));
return $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