浏览代码

特定设备返回一元套餐

linhaohong 1 年之前
父节点
当前提交
2116e1f0b3
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Controller/CloudStorage.py

+ 1 - 1
Controller/CloudStorage.py

@@ -236,7 +236,7 @@ class CloudStorageView(View):
 
                 if CONFIG_INFO != CONFIG_CN:  # 国内生产环境不筛选像素 加载所有上架套餐
                     store_qs = store_qs.filter(Q(pixel_level=pixel_level))
-                if is_ios and uid in ["517J385BNUGP3CPP111A", "MKNB6CWZEG988NTS111A"]:
+                if is_ios and uid in ["517J385BNUGP3CPP111A", "MKNB6CWZEG988NTS111A","VXJ267WU5NZ1S89H111A","18SM4J9DYWB2AEG1111A"]:
                     store_qs = store_qs.filter(pay_type__in=[5, 99])
                 elif is_ios:
                     store_qs = store_qs.filter(pay_type=5)