Эх сурвалжийг харах

IOS返回测试套餐优化

zhangdongming 5 өдөр өмнө
parent
commit
41859da251

+ 1 - 1
Controller/CloudStorage.py

@@ -227,7 +227,7 @@ class CloudStorageView(View):
                     ios_meal = store_qs  # 提审测试UID
 
             # 没体验过的设备只返回体验套餐,体验过的不返回体验套餐
-            if experience_context_qs.exists():
+            if experience_context_qs.exists() and ios_meal is None:
                 if not is_ai:  # 返回云存套餐
                     store_qs = store_qs.filter(~Q(pay_type='10'), Q(is_ai=0))  # 筛选像素等级
                 else:  # 返回云存+AI套餐