京喜工厂参团改为 先自己内部互助。

This commit is contained in:
lxk0301
2021-04-07 10:52:52 +08:00
parent c1d4348be2
commit d432d29538
12 changed files with 29 additions and 24 deletions

View File

@@ -374,7 +374,7 @@ function getAuthorShareCode(url = "https://gitee.com/shylocks/updateTeam/raw/mai
return new Promise(resolve => {
$.get({url, headers:{
"User-Agent": "Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1 Edg/87.0.4280.88"
}}, async (err, resp, data) => {
}, timeout: 200000,}, async (err, resp, data) => {
$.authorCode = [];
try {
if (err) {
@@ -389,11 +389,11 @@ function getAuthorShareCode(url = "https://gitee.com/shylocks/updateTeam/raw/mai
})
})
}
function getAuthorShareCode2(url = "https://gitee.com/lxk0301/updateTeam/raw/master/shareCodes/jd_updateCash.json") {
function getAuthorShareCode2(url = "https://cdn.jsdelivr.net/gh/gitupdate/updateTeam@master/shareCodes/jd_updateCash.json") {
return new Promise(resolve => {
$.get({url, headers:{
"User-Agent": "Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1 Edg/87.0.4280.88"
}}, async (err, resp, data) => {
}, timeout: 200000,}, async (err, resp, data) => {
$.authorCode2 = [];
try {
if (err) {