更新 'SrcGetParse.js'

main
src48597962 2 years ago
parent ab99f11df6
commit 31c794633d
  1. 1
      SrcGetParse.js

@ -266,7 +266,6 @@ function bpParse(vipUrl,parsename) {
parse = parse || getparse(parse);
if(parse){
let json = JSON.parse(request(parse + vipUrl, {timeout: 10000 }));
log(json);
if(json.code==300 || json.code==-1){
parse = getparse(parse);
json = JSON.parse(request(parse + vipUrl, {timeout: 10000 }));

Loading…
Cancel
Save