Commit fa14e1bd by baiquan

feat: 添加任务日志输出

- 在处理任务前增加日志输出,记录任务信息
parent a640dd1c
......@@ -36,7 +36,7 @@ async def syncShop(task: dict = None):
:return:
"""
DOMAINS = '.jinritemai.com,.fxg.jinritemai.com,.doudian-sso.jinritemai.com'
logger.info(f"task --> {task}")
browser_default_id = task.get('browser_id', None)
# 如果存在 browser_default_id 则需要进行页面登录
PHPSESSID = ''
......
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