Update yysign.py

pull/9/head
wd210010 1 year ago committed by GitHub
parent e2a7672add
commit c0cb34a9dc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      yysign.py

@ -30,7 +30,7 @@ def login_sign():
'x-csrf-token': x_csrf_token,
}
resp = session.post('https://api.v2.rainyun.com/user/reward/tasks',headers=headers,data=json.dumps({"task_name": "每日签到","verifyCode": ""}))
print('开始签到:签到结果 '+json.loads(resp.text)['message'])
print('开始签到:签到结果 '+json.loads(resp.text))
print('尝试20次服务器兑换!')
for i in range(20):

Loading…
Cancel
Save