HEADER_INJECT
由于天翼云盘登陆等接口有变动。所以目前ctlist 和 sharelist 均启动失败。

sharelist 解决方案:
文件:sharelist/plugins/drive.189cloud.js

【第133行】
let { body , headers:headers2} = await this.request.get('https://cloud.189.cn/udb/udb_login.jsp?pageId=1&redirectURL=/main.action',{headers})

【改为】
let { body , headers:headers2} = await this.request.get('https://cloud.189.cn/api/portal/loginUrl.action?redirectURL=https://cloud.189.cn/web/redirect.html',{headers})


ctlist 暂时没有解决方案。

参考自:https://hostloc.com/thread-872588-1-1.html
 
 
Back to Top FOOTER_INJECT