Merge remote-tracking branch 'gitee/main' into gitee

This commit is contained in:
ZJY 2021-09-28 15:53:04 +08:00
commit f34137b41d

View File

@ -344,7 +344,7 @@ class WoMailCheckIn:
res = s.post(url).json()
if res['success']:
puzzle=res['result']['puzzle']
if puzzle == 6:
if puzzle >= 6:
#抽奖
url='https://nyan.mail.wo.cn/cn/puzzle2/draw/draw'
res = s.get(url).json()