lh il y a 3 mois
Parent
commit
5fc796bf7b
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 2 2
      app/Services/DeepSeek/DeepSeekService.php

+ 2 - 2
app/Services/DeepSeek/DeepSeekService.php

@@ -2510,8 +2510,8 @@ class DeepSeekService
             // 更新动漫大纲
             $boolen = DB::table('mp_animes')->where('id', $anime_id)->update($table_data);
             if (!$boolen) {
-                dLog('deepseek')->info('对话保存失败', $table_data);
-                Utils::throwError('20003:对话保存失败');
+                dLog('deepseek')->info('动漫保存失败', $table_data);
+                Utils::throwError('20003:动漫保存失败');
             }
 
             // 保存对话记录