lh hace 3 meses
padre
commit
55779f06e3
Se han modificado 1 ficheros con 3 adiciones y 1 borrados
  1. 3 1
      app/Services/Anime/AnimeService.php

+ 3 - 1
app/Services/Anime/AnimeService.php

@@ -2639,7 +2639,9 @@ class AnimeService
                         'error_message' => $statusInfo['error_message'],
                         'result_json' => $statusInfo['result_json'] ?? []
                     ]);
-                    
+                    dLog('anime')->error('图片生成失败,', [
+                        'error' => $statusInfo['error_message'] ?? '未知错误'
+                    ]);
                     Utils::throwError('20003:图片生成失败,' . ($statusInfo['error_message'] ?? '未知错误'));
                 }
             }