Fix fake fails

This commit is contained in:
ImAyx 2023-03-17 19:06:11 +08:00 committed by GitHub
parent 749960bebc
commit 7ff1ee47d5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -105,7 +105,7 @@ if __name__ == '__main__':
success = True success = True
Signed = True Signed = True
Over = False Over = False
elif json.loads(json.loads(res.text)['data']['list'][0]['msg']) == {"num": 15, "over_num": 0, "type": 2, "msg": "每日登录奖励"}: elif json.loads(json.loads(res.text)['data']['list'][0]['msg']) == {"num": 15, "over_num": 0, "type": 2, "msg": "每日登录奖励", "func_type": 1}:
success = True success = True
Signed = False Signed = False
Over = False Over = False