浏览代码

Merge branch 'app-recommend' into test

liqian 2 年之前
父节点
当前提交
7c2ec7081b
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      recommend.py

+ 1 - 1
recommend.py

@@ -610,7 +610,7 @@ def get_recommend_params(recommend_type, ab_exp_info, ab_info_data, page_type=0)
     # APP实验组
     if ab_info_data:
         ab_info_app = {}
-        for page_code, item in ab_info_data.items():
+        for page_code, item in json.loads(ab_info_data).items():
             if not item:
                 continue
             ab_info_code = item.get('eventId', None)