|
|
@@ -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:动漫保存失败');
|
|
|
}
|
|
|
|
|
|
// 保存对话记录
|