adminpass / aliyundrive-subscribe

阿里云盘订阅
Apache License 2.0
953 stars 110 forks source link

为什么已过期,token填不上 #224

Open ata5028 opened 11 months ago

ata5028 commented 11 months ago

Openwrt下的doucker搭建的 微信图片编辑_20231201020332

linyin022 commented 11 months ago

+1。我是更新的token还是显示已过期

linyin022 commented 11 months ago
copy(JSON.parse(localStorage.token).refresh_token); console.log(JSON.parse(localStorage.token).refresh_token);

我现在可以了。用上面的这串js。去阿里云盘首页登录后。console里面执行。拿到的这串refresh_token可以正常登录。

ata5028 commented 11 months ago
copy(JSON.parse(localStorage.token).refresh_token); console.log(JSON.parse(localStorage.token).refresh_token);

我现在可以了。用上面的这串js。去阿里云盘首页登录后。console里面执行。拿到的这串refresh_token可以正常登录。

谢谢,成功了