Skip to content
This repository has been archived by the owner on May 22, 2024. It is now read-only.

补签卡 #87

Closed
xuexinxiansheng opened this issue May 12, 2023 · 3 comments
Closed

补签卡 #87

xuexinxiansheng opened this issue May 12, 2023 · 3 comments

Comments

@xuexinxiansheng
Copy link

阿里上线了补签卡活动,主要是可以累计,反正是白嫖,不知道后续升级会不会加上自动选择队伍搞补签卡

@Kang128
Copy link

Kang128 commented Jul 6, 2023

// PK赢补签卡
const getPkCard = async (access_token, body) => {
  try {
     await axios(getUrl('sign_in_team_pk'), {
      method: 'POST',
      data: body,
      headers: {
        authorization: access_token,
        'Content-Type': 'application/json',
      },
    })
  } catch (error) {
    console.log(error, 'PK赢补签卡错误')
  }
}

// 查询 pk 参加队伍情况
const getPkTeam = async access_token => {
  try {
    const data = await axios(getUrl('sign_in_team'), {
      method: 'POST',
      data: {},
      headers: {
        authorization: access_token,
        'Content-Type': 'application/json',
      },
    })
    return data.data.result
  } catch (error) {
    console.log(error, '查询 pk 队伍情况错误')
  }
}

@Liujishou
Copy link

PK赢补签卡

怎么使用呀,代码加到哪里?

@mrabit
Copy link
Owner

mrabit commented Aug 14, 2023

暂无计划 理论上挂着脚本就不需要补签操作了呀

@mrabit mrabit closed this as completed Aug 14, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants