中国联通每天领取90M流量开源代码
-
#!/usr/bin/python3.6 #import readline import requests as r import time def f1(num): data1 = { 'phoneVal': num, 'type': '21' } #获取验证码 print(r.post('https://m.10010.com/god/AirCheckMessage/sendCaptcha', data = data1).text) #领取流量 print(r.get('https://m.10010.com/god/qingPiCard/flowExchange?number=%s&type=21&captcha=%s' % (num, input('验证码: ').strip())).text) phonenumber=input("请输入手机号:") for i in range(2): f1(phonenumber) time.sleep(65) f1(phonenumber)
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better 💗
Register Login