mirror of
https://github.com/shufflewzc/faker2.git
synced 2025-04-23 02:48:44 +08:00
update
This commit is contained in:
parent
880108aa91
commit
c7f141c82e
File diff suppressed because one or more lines are too long
@ -597,8 +597,13 @@ function getSign(functionId, body) {
|
|||||||
"client":"apple",
|
"client":"apple",
|
||||||
"clientVersion":"10.3.0"
|
"clientVersion":"10.3.0"
|
||||||
}
|
}
|
||||||
|
let Host = ""
|
||||||
let HostArr = ['jdsign.cf', 'signer.nz.lu']
|
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 = {
|
let options = {
|
||||||
url: `https://cdn.nz.lu/ddo`,
|
url: `https://cdn.nz.lu/ddo`,
|
||||||
body: JSON.stringify(data),
|
body: JSON.stringify(data),
|
||||||
|
353
jd_fcdyj.js
Normal file
353
jd_fcdyj.js
Normal file
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user