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