Fix key error.......

This commit is contained in:
NobyDa 2019-12-30 12:18:13 +08:00
parent 9e2b466f07
commit abb5ac9e35
No known key found for this signature in database
GPG Key ID: B17054FB6C43CA8C
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ var WAPJ = $request.headers["Cookie"];
if (WAPJ) {
if ($prefs.valueForKey("CookieWA") != undefined) {
if ($prefs.valueForKey("CookieWA") != WAPJ) {
var cookie = $prefs.setValueForKey(WAPJ, "CookieQY");
var cookie = $prefs.setValueForKey(WAPJ, "CookieWA");
if (!cookie) {
$notify("更新吾爱破解签到Cookie失败‼", "", "")
} else {