From efbf958ac7bef20c01a0153e756884b695e1cafa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=91=A3=E6=B5=B7=E6=B4=8B?= Date: Mon, 25 May 2026 11:12:35 +0800 Subject: [PATCH] ai --- routes/ai.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/routes/ai.js b/routes/ai.js index fc785c2..a1c3a14 100644 --- a/routes/ai.js +++ b/routes/ai.js @@ -259,7 +259,7 @@ router.post('/recognize-product', async (ctx) => { ctx.status = 500; ctx.body = { code: 500, - message: '无法解析 AI 响应格式' + message: '无法解析 AI 响应格式!' }; return; }