Commit 4ac9e37b authored by TesterYao's avatar TesterYao

1

parent 8680c7e0
...@@ -43,7 +43,7 @@ def check_domain(check_url,i=0): ...@@ -43,7 +43,7 @@ def check_domain(check_url,i=0):
return tag return tag
def get_pg_list(): def get_pg_list():
pg_url = 'https://engine.tuia.cn/apollo/getIdMapStrByKeyStr?keyStr=wx.ad.page' pg_url = 'https://engine.tuia.cn/apollo/getIdMapStrByKeyStrRedisCache?keyStr=wx.ad.page'
r = requests.get(url=pg_url) r = requests.get(url=pg_url)
pg_lsit = [] pg_lsit = []
if r.ok: if r.ok:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment