|
@@ -119,7 +119,7 @@ class BSZHRecommend(object):
|
|
|
item.add_video_info("platform", self.platform)
|
|
|
item.add_video_info("strategy", self.mode)
|
|
|
item.add_video_info("session", "{}-{}".format(self.platform, int(time.time())))
|
|
|
- item.add_video_info("user_id", our_user["nid"])
|
|
|
+ item.add_video_info("user_id", our_user["uid"])
|
|
|
item.add_video_info("user_name", our_user["nick_name"])
|
|
|
mq_obj = item.produce_item()
|
|
|
pipeline = PiaoQuanPipeline(
|