Browse Source

更新壳牌签到

main
zhuzhiqing 2 years ago
parent
commit
5a050aa9b6
  1. 4
      qiandao/nornal.js

4
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

Loading…
Cancel
Save