This commit is contained in:
jonathang4 2025-08-31 18:31:43 +08:00
parent 0a6de7e945
commit ade0e0250c

View File

@ -240,7 +240,7 @@ export async function generateImages(
},
});
logger.log(`图片生成查询 ${historyId} errmsg: ${result.errmsg}`);
// logger.log(`图片生成查询 ${historyId} errmsg: ${result.errmsg}`);
if (!result[historyId])
throw new APIException(EX.API_IMAGE_GENERATION_FAILED, "记录不存在");
status = result[historyId].status;