Skip to content

Commit

Permalink
群友更新
Browse files Browse the repository at this point in the history
  • Loading branch information
yang7758258 authored Jul 15, 2024
1 parent eed8af0 commit 2b3ac06
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions yybpc.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,7 @@ async function main() {
// ======================================开始任务=========================================
class run {
constructor(user) {
this.headers =
{
this.headers = {
"qm-from": "wechat",
"qm-user-token": user.Authorization,
'User-Agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36 MicroMessenger/7.0.20.1781(0x6700143B) NetType/WIFI MiniProgramEnv/Windows WindowsWechat/WMPF WindowsWechat(0x63090a13) XWEB/9129',
Expand Down Expand Up @@ -142,11 +141,7 @@ async userSignStatistics(user) {
let urlObject = {
method: 'post',
url: `https://webapi.qmai.cn/web/cmk-center/sign/userSignStatistics`,
headers: {
"qm-from": "wechat",
"qm-user-token": user.Authorization,
'User-Agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36 MicroMessenger/7.0.20.1781(0x6700143B) NetType/WIFI MiniProgramEnv/Windows WindowsWechat/WMPF WindowsWechat(0x63090a13) XWEB/9129',
},
headers: this.headers,
data: {
"activityId": "983701274523176960",
"appid": "wx3423ef0c7b7f19af"
Expand Down

0 comments on commit 2b3ac06

Please sign in to comment.