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

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