Commit ba6aee69 authored by 刘小敏's avatar 刘小敏

AI试戴接口优化

parent e8e6b21f
...@@ -99,7 +99,7 @@ class Ai ...@@ -99,7 +99,7 @@ class Ai
Log::error('用户ID:'. $userId . ' response_format'. $response_format .' AI生成图片异常:' . $e->getMessage()); Log::error('用户ID:'. $userId . ' response_format'. $response_format .' AI生成图片异常:' . $e->getMessage());
return [ return [
'code' => 0 , 'code' => 0 ,
'msg' => '请求异常:' . $e->getMessage() 'msg' => '图片生成失败'
]; ];
} }
} }
......
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