Selaa lähdekoodia

特定设备返回一元套餐

linhaohong 1 vuosi sitten
vanhempi
commit
2116e1f0b3
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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)