Update jlqc.js

This commit is contained in:
smallfawn
2023-03-17 15:59:55 +08:00
committed by GitHub
parent f71cef6155
commit 46fdab3287

View File

@@ -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}),
}; };