Skip to content
This repository has been archived by the owner on Dec 6, 2024. It is now read-only.

Commit

Permalink
xyh
Browse files Browse the repository at this point in the history
  • Loading branch information
jianjianai committed Jun 18, 2024
1 parent 4fb4fd5 commit c758d6f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/html/ChallengeResponseBody.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
throw "失败!"
}
}
const rjson = await res.json();
if(!rjson.result.cookies || !rjson.result.cookies || rjson.result.cookies.indexOf("ctt")<0){
const rjson = await res.text();
if(rjson.indexOf("cct=")<0){
throw "Harry-zklcdc/go-bingai-pass 服务器似乎没有正常工作!请检查BYPASS_SERVER环境变量是否正确配置。";
}
}
Expand Down

0 comments on commit c758d6f

Please sign in to comment.