This commit is contained in:
董海洋
2026-05-25 11:35:19 +08:00
parent 3521c6de83
commit d413804399
+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;
}