diff --git a/jlqc.js b/jlqc.js index f78ed70..a101458 100644 --- a/jlqc.js +++ b/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/,'') try { const options = { - url: 'https://app.geely.com/api/v1/user/sign/', + url: 'https://app.geely.com/api/v1/userSign/sign/', headers: this.headersPostv1, body: JSON.stringify({"signDate": date}), };