This commit is contained in:
董海洋
2026-05-25 11:12:35 +08:00
parent 295eac7925
commit efbf958ac7
+1 -1
View File
@@ -259,7 +259,7 @@ router.post('/recognize-product', async (ctx) => {
ctx.status = 500;
ctx.body = {
code: 500,
message: '无法解析 AI 响应格式'
message: '无法解析 AI 响应格式!'
};
return;
}