微件:getMCBBSCredit:修订间差异

添加3字节 、​ 2020年11月23日 (星期一)
使用salt跨域
无编辑摘要
(使用salt跨域)
第27行: 第27行:
     function getPIE(uid) {
     function getPIE(uid) {
         let $url = 'https://www.mcbbs.net/api/mobile/index.php?module=profile&uid=' + uid; console.log('正在获取用户信息: ' + $url)
         let $url = 'https://www.mcbbs.net/api/mobile/index.php?module=profile&uid=' + uid; console.log('正在获取用户信息: ' + $url)
         fetch('https://proxy.onesrc.workers.dev/ajax/' + $url)
         fetch('https://saltproxy.saltlovely.workers.dev/' + $url)
             .then(response => {
             .then(response => {
                 if (response.ok) {
                 if (response.ok) {