Commit e870a51a by haojie

1

parent 174813be
......@@ -179,6 +179,7 @@ public function stableSubmit(int $userId = 0, array $data = [])
];
# 提交redis
Redis::rpush('stable_task', json_encode($sendData));
Log::info('下面是stable_task的长度');
Log::info(Redis::llen('stable_task'));
return [
'task_id' => $task->id,
......
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