|
@@ -30,7 +30,7 @@ class SPH:
|
|
|
if history_id:
|
|
|
return history_id
|
|
|
else:
|
|
|
- url = "http://8.217.190.241:8888/crawler/wei_xin/shi_pin_hao/account_info"
|
|
|
+ url = "http://47.236.68.175:8889/crawler/wei_xin/shi_pin_hao/account_info"
|
|
|
payload = json.dumps({
|
|
|
"account_name": account_name
|
|
|
})
|
|
@@ -61,7 +61,7 @@ class SPH:
|
|
|
def get_sph_url(cls, task_mark, url_id, number, mark, channel_id, name):
|
|
|
account_id = cls.get_account_id(url_id)
|
|
|
if account_id:
|
|
|
- url = "http://8.217.190.241:8888/crawler/wei_xin/shi_pin_hao/blogger"
|
|
|
+ url = "http://47.236.68.175:8889/crawler/wei_xin/shi_pin_hao/blogger"
|
|
|
next_cursor = ""
|
|
|
list = []
|
|
|
# for i in range(10):
|