mirror of
https://github.com/shufflewzc/faker2.git
synced 2025-04-08 19:39:19 +00: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",
|
||||
"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),
|
||||
|
|
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