mirror of
https://github.com/hex-ci/smzdm_script.git
synced 2026-02-03 02:24:41 +08:00
update
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user