mirror of
https://github.com/smallfawn/QLScriptPublic.git
synced 2026-01-15 15:01:14 +08:00
Update jlqc.js
This commit is contained in:
parent
53bea38aa9
commit
909884f27a
2
jlqc.js
2
jlqc.js
@ -191,7 +191,7 @@ class UserInfo {
|
|||||||
const options = {
|
const options = {
|
||||||
url: 'https://app.geely.com/api/v1/userSign/sign/',
|
url: 'https://app.geely.com/api/v1/userSign/sign/',
|
||||||
headers: this.headersPostv1,
|
headers: this.headersPostv1,
|
||||||
body: JSON.stringify({"signDate": date}),
|
body: JSON.stringify({ "signDate": date, "ts": Date.now(), "cId": "BLqo2nmmoPgGuJtFDWlUjRI2b1b" }),
|
||||||
};
|
};
|
||||||
//console.log(options);
|
//console.log(options);
|
||||||
let result = await httpRequest(options);
|
let result = await httpRequest(options);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user