banner
macintel

macintel

阿里云盘每日签到

第一步:获取 refresh_token 并复制
自动获取:登录阿里云盘后,控制台粘贴
copy(JSON.parse(localStorage.token).refresh_token); console.log(JSON.parse(localStorage.token).refresh_token);

refresh_token_1
手动获取:登录阿里云盘后,可以在开发者工具 -> Application -> Local Storage 中的 token 字段中找到。
注意:不是复制整段 JSON 值,而是 JSON 里 refresh_token 字段的值,如下图所示红色部分:

refresh_token_2

来自:https://github.com/mrabit/aliyundriveDailyCheck?tab=readme-ov-file

Loading...
Ownership of this post data is guaranteed by blockchain and smart contracts to the creator alone.