From 12b582ec64ad1b5b150a10fe3c9d1884474f7e52 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:36:28 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A7=BB=E9=99=A4=E6=97=A0=E5=85=B3=E7=9A=84?= =?UTF-8?q?=E6=8F=90=E7=A4=BA=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- routes/ai.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/routes/ai.js b/routes/ai.js index a1a8525..fc785c2 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; }