From d41380439979cf694d799d673b6daaf9bc04d9bb 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:35:19 +0800 Subject: [PATCH] test AI --- routes/ai.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/routes/ai.js b/routes/ai.js index fc785c2..a1a8525 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; }