From c79b99410b8b12c90635591204051b41fec26bf9 Mon Sep 17 00:00:00 2001 From: jonathang4 Date: Fri, 10 Oct 2025 19:35:09 +0800 Subject: [PATCH] log1 --- src/api/controllers/images.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/api/controllers/images.ts b/src/api/controllers/images.ts index 00f4bb4..e96b9c5 100644 --- a/src/api/controllers/images.ts +++ b/src/api/controllers/images.ts @@ -238,9 +238,9 @@ export async function generateImages( aid: Number(DEFAULT_ASSISTANT_ID), }, }, - }); - - // logger.log(`图片生成查询 ${historyId} errmsg: ${result.errmsg}`); + }); + logger.info(`1 图片生成查询 ${historyId} `); + logger.log(`2 图片生成查询 ${historyId} `); if (!result[historyId]) throw new APIException(EX.API_IMAGE_GENERATION_FAILED, "记录不存在"); status = result[historyId].status;