智慧中小学下载器
文件名:tchMaterial-parser-windows-x64-3.3.4.exe
城通网盘:https://url88.ctfile.com/f/4038788-17569843531210-ebdc66?p=7356 (访问密码: 7356)
获取Access Token:
(function () {
const authKey = Object.keys(localStorage).find((key) =>
key.startsWith("ND_UC_AUTH"),
);
if (!authKey) {
console.error("未找到 Access Token,请确保已登录!");
return;
}
const tokenData = JSON.parse(localStorage.getItem(authKey));
const accessToken = JSON.parse(tokenData.value).access_token;
console.log(
"%cAccess Token:",
"color: green; font-weight: bold",
accessToken,
);
})();