mirror of
https://github.com/shufflewzc/faker2.git
synced 2025-04-23 02:48:44 +08:00
Update magic.js
This commit is contained in:
parent
b23f77e0e4
commit
82b8cf2601
14
magic.js
14
magic.js
@ -209,7 +209,7 @@ class Env {
|
||||
this.cookie = cookie;
|
||||
this.username = decodeURIComponent(
|
||||
cookie.match(/pt_pin=([^; ]+)(?=;?)/)[1]);
|
||||
$.defaults.headers['Cookie'] = this.cookie;
|
||||
$.defaults.headers['Cookie'] = this.cookie;17840
|
||||
this.index = i + 1;
|
||||
try {
|
||||
await this.logic()
|
||||
@ -850,17 +850,6 @@ class Env {
|
||||
}
|
||||
|
||||
async sign(fn, body = {}) {
|
||||
if ('isvObfuscator'===fn){
|
||||
let b = {"functionId": fn, "body": JSON.stringify(body)};
|
||||
let h= {"Content-Type": "application/json","Cookie":"HELLO WORLD"}
|
||||
try {
|
||||
let {data} = await this.request('https://api.lfyouse.org/jdsign', h, b);
|
||||
console.log(data)
|
||||
return {fn: fn, sign: data};
|
||||
} catch (e) {
|
||||
console.log("isvObfuscator sign接口异常")
|
||||
}
|
||||
}else {
|
||||
let b = {"fn": fn, "body": body};
|
||||
let h = {"token": apiToken}
|
||||
try {
|
||||
@ -871,7 +860,6 @@ class Env {
|
||||
}
|
||||
return {fn: "", sign: ""};
|
||||
}
|
||||
}
|
||||
|
||||
async _algo() {
|
||||
if (this.appId.length === 2) {
|
||||
|
Loading…
Reference in New Issue
Block a user