ai
This commit is contained in:
+1
-1
@@ -259,7 +259,7 @@ router.post('/recognize-product', async (ctx) => {
|
|||||||
ctx.status = 500;
|
ctx.status = 500;
|
||||||
ctx.body = {
|
ctx.body = {
|
||||||
code: 500,
|
code: 500,
|
||||||
message: '无法解析 AI 响应格式'
|
message: '无法解析 AI 响应格式!'
|
||||||
};
|
};
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user