Commit 0f5669a9 authored by 高雅喆's avatar 高雅喆

update

parent b1c9091b
...@@ -335,11 +335,11 @@ if __name__ == '__main__': ...@@ -335,11 +335,11 @@ if __name__ == '__main__':
log2.info({"参数信息": args}) log2.info({"参数信息": args})
log2.info({"版本": "英赫版" if version == 1 else "翔宇版"}) log2.info({"版本": "英赫版" if version == 1 else "翔宇版"})
action_type_detail = "" action_type_detail = ""
if action_type == "order": if "order" in action_type:
action_type_detail = "昨天下单了的用户" action_type_detail = "昨天下单了的用户"
elif action_type == "diary": elif "diary" in action_type:
action_type_detail = "昨天在首页精选点击了日记的用户" action_type_detail = "昨天在首页精选点击了日记的用户"
elif action_type == "service": elif "service" in action_type:
action_type_detail = "昨天在美购首页点击了美购的用户" action_type_detail = "昨天在美购首页点击了美购的用户"
else: else:
pass pass
......
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