liqian 2 년 전
부모
커밋
e0e473843a
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)