This commit is contained in:
街角小林
2025-02-26 08:50:25 +08:00
parent cbd57d2f36
commit 10e9fa3f22

View File

@@ -88,7 +88,7 @@ class Ai {
})
})
if (res.status && res.status !== 200) {
return false
throw new Error('请求失败')
}
return res.body.getReader()
}