浏览代码

Merge branch 'app-recommend-update-20221025'

liqian 2 年之前
父节点
当前提交
4db5d09f56
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3 0
      utils.py

+ 3 - 0
utils.py

@@ -430,6 +430,9 @@ class FilterVideos(object):
         :return: filtered_videos
         """
         # 调用http接口
+        if self.app_type == config_.APP_TYPE['APP']:
+            # app不进行白名单过滤
+            types = (1, )
         request_data = {"appType": self.app_type,
                         "mid": self.mid,
                         "uid": self.uid,