소스 검색

修改内购测试设备

linhaohong 1 년 전
부모
커밋
622a32a0c3
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      Controller/CloudStorage.py

+ 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)