首页 > TAG信息列表 > chaojiying

超级鹰验证码

chaojiying.py 1 #!/usr/bin/env python 2 # coding:utf-8 3 4 import requests 5 from hashlib import md5 6 7 8 class Chaojiying_Client(object): 9 10 def __init__(self, username, password, soft_id): 11 self.username = username 12