|
|
@ -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 |
|
|
|