Forráskód Böngészése

修改0.29套餐设备数量

linhaohong 8 hónapja
szülő
commit
fd484ae641
1 módosított fájl, 3 hozzáadás és 3 törlés
  1. 3 3
      Controller/CloudStorage.py

+ 3 - 3
Controller/CloudStorage.py

@@ -234,13 +234,13 @@ class CloudStorageView(View):
                 else:
                     store_qs = store_qs.exclude(pay_type=5)
                 if uid not in ["VXJ267WU5NZ1S89H111A", "18SM4J9DYWB2AEG1111A",
-                               "517J385BNUGP3CPP111A"] and CONFIG_INFO == CONFIG_TEST:
+                               "517J385BNUGP3CPP111A", "5Z1LZLK7D5Y6WKDE111A"] and CONFIG_INFO == CONFIG_TEST:
                     store_qs = store_qs.exclude(id=88)
                 elif uid not in ["VXJ267WU5NZ1S89H111A", "18SM4J9DYWB2AEG1111A",
-                               "517J385BNUGP3CPP111A"] and CONFIG_INFO == CONFIG_US:
+                                 "517J385BNUGP3CPP111A", "5Z1LZLK7D5Y6WKDE111A"] and CONFIG_INFO == CONFIG_US:
                     store_qs = store_qs.exclude(id=34)
                 elif uid not in ["VXJ267WU5NZ1S89H111A", "18SM4J9DYWB2AEG1111A",
-                               "517J385BNUGP3CPP111A"] and CONFIG_INFO == CONFIG_EUR:
+                                 "517J385BNUGP3CPP111A", "5Z1LZLK7D5Y6WKDE111A"] and CONFIG_INFO == CONFIG_EUR:
                     store_qs = store_qs.exclude(id=34)
             else:
                 is_ai = uid_set_qs[0]['is_ai']