|
@@ -25,7 +25,7 @@ class KuaishouMaterialRequest:
|
|
"""随机获取一个服务器ip"""
|
|
"""随机获取一个服务器ip"""
|
|
|
|
|
|
def range_hosts(self):
|
|
def range_hosts(self):
|
|
- numList = [193, 194, 196]
|
|
|
|
|
|
+ numList = [201, 204]
|
|
num = random.sample(numList, 1)[0]
|
|
num = random.sample(numList, 1)[0]
|
|
url = """http://192.168.0.{num}:8083/kuaishou/kuaishouController/getKuaishouVideoByAccountId""".format(num=num)
|
|
url = """http://192.168.0.{num}:8083/kuaishou/kuaishouController/getKuaishouVideoByAccountId""".format(num=num)
|
|
return url
|
|
return url
|