Commit ad62ed35 by haojie

1

parent 4291cb0c
...@@ -43,7 +43,7 @@ public function submit($user_id, array $data = []) ...@@ -43,7 +43,7 @@ public function submit($user_id, array $data = [])
$list = [ $list = [
'type' => $type, 'type' => $type,
'prompt' => $prompt, 'prompt' => $prompt,
'prompt_img' => $prompt_img, 'prompt_img' => json_encode($prompt_img),
'user_id' => $user_id, 'user_id' => $user_id,
'prompt_num' => 2, 'prompt_num' => 2,
]; ];
......
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