lh 3 月之前
父節點
當前提交
55779f06e3
共有 1 個文件被更改,包括 3 次插入1 次删除
  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'] ?? '未知错误'));
                 }
             }