该文被密码保护。 阅读全文
摘要:
from common import cof import random import string from common.HTTPservice import MyHttpservice # def get_url(Route): # host = cof.get_host() # route = Route # url = "".join([host,route]... 阅读全文
摘要:
1 import requests 2 from common.logger import Log 3 from common import cof 4 from common import base 5 6 7 class MyHttpservice(object): 8 9 def __init__(self): 10 self.url = c... 阅读全文