Compare commits

..

No commits in common. "c730c98b42ac29c62b8206a78fb310c1c4c674d3" and "f9bede759d5f38f90fd88dd03af9e92ad5ccba59" have entirely different histories.

View File

@ -174,7 +174,9 @@ if __name__ == "__main__":
Signed = True Signed = True
Over = False Over = False
elif ( elif (
json.loads(json.loads(res.text)["data"]["list"][-1]["msg"])["msg"] json.loads(
json.loads(res.text)["data"]["list"][-1]["msg"]["msg"]
)
== "每日登录奖励" == "每日登录奖励"
): ):
success = True success = True