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:
2
jlqc.js
2
jlqc.js
@@ -185,7 +185,7 @@ class UserInfo {
|
|||||||
var date = new Date(+new Date()+8*3600*1000).toISOString().replace(/T/g,' ').replace(/\.[\d]{3}Z/,'')
|
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/userSign/sign/',
|
||||||
headers: this.headersPostv1,
|
headers: this.headersPostv1,
|
||||||
body: JSON.stringify({"signDate": date}),
|
body: JSON.stringify({"signDate": date}),
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user