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

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

読み込み中...
文章は、創作者によって署名され、ブロックチェーンに安全に保存されています。