This commit is contained in:
lxk0301
2021-02-02 11:58:44 +08:00
parent 8250b4fef8
commit 9106be9970
6 changed files with 7 additions and 7 deletions

View File

@@ -746,7 +746,7 @@ function jsonParse(str) {
}
}
}
function updateShareCodes(url = 'https://gitee.com/lxk0301/updateTeam/raw/master/jd_818.json') {
function updateShareCodes(url = 'https://gitee.com/lxk0301/updateTeam/raw/master/shareCodes/jd_818.json') {
return new Promise(resolve => {
$.get({url,
headers:{"User-Agent": $.isNode() ? (process.env.JD_USER_AGENT ? process.env.JD_USER_AGENT : (require('./USER_AGENTS').USER_AGENT)) : ($.getdata('JDUA') ? $.getdata('JDUA') : "jdapp;iPhone;9.2.2;14.2;%E4%BA%AC%E4%B8%9C/9.2.2 CFNetwork/1206 Darwin/20.1.0")}