linhaohong 1 жил өмнө
parent
commit
622a32a0c3

+ 1 - 1
Controller/CloudStorage.py

@@ -228,7 +228,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)