PHP源码,阿里网盘自动更新access_token

注:这是自动更新access_token代码,不是解析代码,购买后可见内容!

需要填写refresh_token来完成自动更新access_token

控制台输入后回车(获取refresh_token方法):copy(JSON.parse(localStorage.token).refresh_token); console.log(JSON.parse(localStorage.token).refresh_token);

控制台输入后回车(获取access_token方法,有效时3小时,需要下面代码自动更新):copy(JSON.parse(localStorage.token).refresh_token); console.log(JSON.parse(localStorage.token).refresh_token);

 

© 版权声明
THE END
喜欢就支持一下吧
点赞5 分享
评论 共1条

请登录后发表评论