该文被密码保护。 阅读全文
posted @ 2018-11-06 13:34 jaysonzxk 阅读(8) 评论(0) 推荐(0) 编辑
摘要: 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]... 阅读全文
posted @ 2018-11-06 13:29 jaysonzxk 阅读(609) 评论(0) 推荐(0) 编辑
摘要: 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... 阅读全文
posted @ 2018-11-06 13:28 jaysonzxk 阅读(1563) 评论(0) 推荐(0) 编辑