mirror of
https://github.com/shufflewzc/faker3.git
synced 2026-04-04 08:54:08 +08:00
sync
This commit is contained in:
@@ -43,11 +43,11 @@ let allMessage = '';
|
||||
$.msg($.name, '【提示】请先获取京东账号一cookie\n直接使用NobyDa的京东签到获取', 'https://bean.m.jd.com/bean/signIndex.action', {"open-url": "https://bean.m.jd.com/bean/signIndex.action"});
|
||||
return;
|
||||
}
|
||||
// let res = await getAuthorShareCode('')
|
||||
// let res = await getAuthorShareCode('https://raw.githubusercontent.com/Aaron-lv/updateTeam/master/shareCodes/connoisseur.json')
|
||||
// if (!res) {
|
||||
// $.http.get({url: ''}).then((resp) => {}).catch((e) => console.log('刷新CDN异常', e));
|
||||
// $.http.get({url: 'https://purge.jsdelivr.net/gh/Aaron-lv/updateTeam@master/shareCodes/connoisseur.json'}).then((resp) => {}).catch((e) => console.log('刷新CDN异常', e));
|
||||
// await $.wait(1000)
|
||||
// res = await getAuthorShareCode('')
|
||||
// res = await getAuthorShareCode('https://cdn.jsdelivr.net/gh/Aaron-lv/updateTeam@master/shareCodes/connoisseur.json')
|
||||
// }
|
||||
for (let i = 0; i < cookiesArr.length; i++) {
|
||||
if (cookiesArr[i]) {
|
||||
@@ -597,8 +597,13 @@ function getSign(functionId, body) {
|
||||
"client":"apple",
|
||||
"clientVersion":"10.3.0"
|
||||
}
|
||||
let Host = ""
|
||||
let HostArr = ['jdsign.cf', 'signer.nz.lu']
|
||||
let Host = HostArr[Math.floor((Math.random() * HostArr.length))]
|
||||
if (process.env.SIGN_URL) {
|
||||
Host = process.env.SIGN_URL
|
||||
} else {
|
||||
Host = HostArr[Math.floor((Math.random() * HostArr.length))]
|
||||
}
|
||||
let options = {
|
||||
url: `https://cdn.nz.lu/ddo`,
|
||||
body: JSON.stringify(data),
|
||||
|
||||
Reference in New Issue
Block a user