Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
BlueSkyClouds authored Jan 24, 2022
1 parent b1b49e5 commit 7b978d2
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions iQIYI-DailyBonus/iQIYI.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ var cookie = ''

var barkKey = ''; //Bark APP 通知推送Key

var P00001 = '';
var P00003 = '';
/*********************
QuantumultX 远程脚本配置:
**********************
Expand Down Expand Up @@ -77,8 +79,8 @@ var $nobyda = nobyda();
GetCookie()
} else if (cookie) {
if (cookie.includes("P00001") && cookie.includes("P00003")) {
var P00001 = cookie.match(/P00001=(.*?);/)[1];
var P00003 = cookie.match(/P00003=(.*?);/)[1];
P00001 = cookie.match(/P00001=(.*?);/)[1];
P00003 = cookie.match(/P00003=(.*?);/)[1];
}
if (P00001 !== "" && P00003 !== "" && dfp !== ""){
await login();
Expand Down

0 comments on commit 7b978d2

Please sign in to comment.