Skip to content

Commit 8d5cecc

Browse files
committed
1 parent fc0d40b commit 8d5cecc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Task/weibo.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ function GetCookie() {
9696
$.msg($.name, `获取微博签到Cookie: 成功`, ``)
9797
}
9898
else if ($request && $request.method != 'OPTIONS' && $request.headers.Cookie.indexOf("SUB=") > -1) {
99-
const cookieval = $$request.headers.Cookie.match(/SUB=[\w\-]+/);
99+
const cookieval = $request.headers.Cookie.match(/SUB=[\w\-]+/);
100100
if (cookies) {
101101
if (cookies.indexOf(cookieval) > -1) {
102102
$.log("此账号Cookie已存在,本次跳过")

0 commit comments

Comments
 (0)