Commit 54526892 by haojie

1

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