注:这是自动更新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
- 最新
- 最热
只看作者