This commit is contained in:
Hex
2023-03-19 12:31:28 +08:00
parent a7b80c2054
commit 27c3997887
2 changed files with 23 additions and 2 deletions

View File

@@ -80,7 +80,8 @@ class SmzdmCheckinBot extends SmzdmBot {
async allReward() {
const { isSuccess, data, response } = await requestApi('https://user-api.smzdm.com/checkin/all_reward', {
method: 'post',
headers: this.getHeaders()
headers: this.getHeaders(),
debug: process.env.SMZDM_DEBUG
});
if (isSuccess) {