diff --git a/fqkk.js b/fqkk.js index 678eb78..9dfd12b 100644 --- a/fqkk.js +++ b/fqkk.js @@ -384,6 +384,9 @@ async function getV2pValue(key) } await httpRequest('get',urlObject) if(!httpResult || httpResult.statusCode != 200) {this.flag=false;return;} + if(!httpResult || !httpResult.body) + return ""; + let result = JSON.parse(httpResult.body); if(!result) return "" return result.value