mirror of
https://github.com/ZZZure/ZZZ-Plugin.git
synced 2025-12-16 13:17:32 +00:00
fix: 获取cookie失败,请确认绑定了 cookie
This commit is contained in:
parent
bf6d46f2d8
commit
564b570a32
1 changed files with 1 additions and 1 deletions
|
|
@ -25,8 +25,8 @@ export function getStoken(e, mysid = '') {
|
|||
if (cks[ck]['stuid'] === mysid) {
|
||||
return cks[ck];
|
||||
}
|
||||
return null;
|
||||
}
|
||||
return null;
|
||||
} catch (error) {
|
||||
logger.debug(`[zzz:error]getStoken`, error);
|
||||
return null;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue