Browse Source

修改内购测试设备

linhaohong 1 năm trước cách đây
mục cha
commit
622a32a0c3
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      Controller/CloudStorage.py

+ 1 - 1
Controller/CloudStorage.py

@@ -228,7 +228,7 @@ class CloudStorageView(View):
 
 
                 if CONFIG_INFO != CONFIG_CN:  # 国内生产环境不筛选像素 加载所有上架套餐
                 if CONFIG_INFO != CONFIG_CN:  # 国内生产环境不筛选像素 加载所有上架套餐
                     store_qs = store_qs.filter(Q(pixel_level=pixel_level))
                     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])
                     store_qs = store_qs.filter(pay_type__in=[5, 99])
                 elif is_ios:
                 elif is_ios:
                     store_qs = store_qs.filter(pay_type=5)
                     store_qs = store_qs.filter(pay_type=5)