京喜工厂参团改为 先自己内部互助。
This commit is contained in:
@@ -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) {
|
||||
|
Reference in New Issue
Block a user