Commit 174813be by haojie

1

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