🚩 修复暗黑模式 增加自动填充
This commit is contained in:
@@ -6,6 +6,6 @@ export default defineEventHandler(async (event) => {
|
||||
const res = await whois(body.domain)
|
||||
return res._raw
|
||||
} catch (e) {
|
||||
return e
|
||||
return new Error("接口不支持或者查询有误")
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user