mirror of
https://github.com/smallfawn/QLScriptPublic.git
synced 2025-12-17 15:25:10 +08:00
Update jlqc.js
This commit is contained in:
3
jlqc.js
3
jlqc.js
@@ -182,11 +182,12 @@ class UserInfo {
|
|||||||
}
|
}
|
||||||
|
|
||||||
async task_sign() { // 执行签到
|
async task_sign() { // 执行签到
|
||||||
|
var date = new Date(+new Date()+8*3600*1000).toISOString().replace(/T/g,' ').replace(/\.[\d]{3}Z/,'')
|
||||||
try {
|
try {
|
||||||
const options = {
|
const options = {
|
||||||
url: 'https://app.geely.com/api/v1/user/sign/',
|
url: 'https://app.geely.com/api/v1/user/sign/',
|
||||||
headers: this.headersPostv1,
|
headers: this.headersPostv1,
|
||||||
body: ``,
|
body: JSON.stringify({"signDate": date}),
|
||||||
};
|
};
|
||||||
//console.log(options);
|
//console.log(options);
|
||||||
let result = await httpRequest(options);
|
let result = await httpRequest(options);
|
||||||
|
|||||||
Reference in New Issue
Block a user