Commit f357f8be by haojie

1

parent ca5b6117
......@@ -199,6 +199,7 @@ public function getStableTask(array $data = [])
*/
public function stableCallback(array $data = [])
{
Log::info(json_encode($data));
# 必须字段
$credentials = Arr::only($data, ['user_id', 'task_id', 'result_img', 'message', 'prompt_id', 'status']);
Log::info(json_encode($credentials));
......
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