mirror of
https://github.com/qitoqito/psyduck.git
synced 2026-01-12 12:40:44 +08:00
Update jd_task_checkCookie.js
This commit is contained in:
parent
4a82809a79
commit
b60134e97f
@ -36,7 +36,7 @@ export class Main extends Template {
|
|||||||
let genToken = await this.curl({
|
let genToken = await this.curl({
|
||||||
url: 'https://api.m.jd.com/client.action',
|
url: 'https://api.m.jd.com/client.action',
|
||||||
form: 'functionId=genToken&body=%7B%22to%22%3A%22https%3A%2F%2Fbean.m.jd.com%2FbeanDetail%2Findex.action%22%2C%22action%22%3A%22to%22%7D&uuid=487f7b22f68312d2c1bbc93b1a&client=apple&clientVersion=10.10.0',
|
form: 'functionId=genToken&body=%7B%22to%22%3A%22https%3A%2F%2Fbean.m.jd.com%2FbeanDetail%2Findex.action%22%2C%22action%22%3A%22to%22%7D&uuid=487f7b22f68312d2c1bbc93b1a&client=apple&clientVersion=10.10.0',
|
||||||
cookie: `wskey=${userData.wskey};pin=${encodeURIComponent(user)};`,
|
cookie: `wskey=${userData.wskey};pin=${encodeURIComponent(p.info.pin || user)};`,
|
||||||
algo: {app: true},
|
algo: {app: true},
|
||||||
response: 'all',
|
response: 'all',
|
||||||
headers: {
|
headers: {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user