Commit 13681a87 authored by wang's avatar wang

wn test

parent 9e2ae69a
......@@ -62,7 +62,7 @@ headers = {
success = 0
total = 0
while True:
r = requests.get('http://ymx-lcc.unififi.com/header/task/pull/headerB6?brush_name=test')
r = requests.get('http://ymx-lcc.unififi.com/header/task/pull/cookieB6?brush_name=test')
if platform.uname().system != 'Darwin':
if r.json()['status'] != 0:
logger.debug(f'不需要刷值')
......@@ -217,7 +217,7 @@ while True:
'brush_proxy': proxy,
'brush_mode': 'shopping',
'brush_name': brush_name,
'brush_type': 'headerB6',
'brush_type': 'cookieB6',
})
logger.success(f'添加成功 {success}')
......
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