From 5a050aa9b66416d18a0e955bac1fdf60f8f27c7c Mon Sep 17 00:00:00 2001 From: zhuzhiqing Date: Wed, 8 Feb 2023 09:48:10 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E5=A3=B3=E7=89=8C=E7=AD=BE?= =?UTF-8?q?=E5=88=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- qiandao/nornal.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/qiandao/nornal.js b/qiandao/nornal.js index 94b783d..51edfe6 100644 --- a/qiandao/nornal.js +++ b/qiandao/nornal.js @@ -77,7 +77,7 @@ class UserInfo { //壳牌签到 async doQPSign () { - let url = `https://xcx.cdshell.com/base/coupon/addUserRecord` + let url = `https://xcx.cdshell.com/api/userSign/userSign` let urlObject = { url: url, headers: { @@ -92,7 +92,7 @@ class UserInfo { } } - let body = `operateType=4&type=3&appid=9965481e994f42ed&sign=WJOG%2FDrUD7r6JSqTHuTO%2BYLxRns%3D` + let body = `appid=9965481e994f42ed&sign=Qivq3wdNcqrQWJ%2FtiwLRn9sRsSU%3D` if(body) { urlObject.body = body urlObject.headers['Content-Length'] = urlObject.body ? urlObject.body.length : 0