fix: 获取cookie失败,请确认绑定了 cookie

This commit is contained in:
TakeyaYuki 2024-07-11 19:34:18 +08:00 committed by GitHub
parent bf6d46f2d8
commit 564b570a32
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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;