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