wangkun 1 year ago
parent
commit
50efcad4c5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      shipinhao/shipinhao_recommend/recommend_h5.py

+ 1 - 1
shipinhao/shipinhao_recommend/recommend_h5.py

@@ -203,7 +203,7 @@ class RecommendH5:
                     video_dict["height"] = 0
                     video_dict["crawler_rule"] = json.dumps(rule_dict)
                     video_dict["user_id"] = our_uid
-                    video_dict["publish_time"] = video_dict["publish_time_str"]
+                    video_dict["publish_time"] = video_dict["publish_time_stamp"]
                     mq.send_msg(video_dict)
                     Common.logger(log_type, crawler).info("已抓取到目标视频\n")
                     Common.logging(log_type, crawler, env, "已抓取到目标视频\n")