gitxsm 4 months ago
parent
commit
2054d524f2
1 changed files with 8 additions and 8 deletions
  1. 8 8
      script/module/topup/BuyLogic.lua

+ 8 - 8
script/module/topup/BuyLogic.lua

@@ -464,14 +464,14 @@ end
 
 -- 临时处理,不加入累充的购买项
 local notAddTopupList = {
-	[90501] = 1,
-	[90502] = 1,
-	[90503] = 1,
-	[90504] = 1,
-	[90511] = 1,
-	[90512] = 1,
-	[90513] = 1,
-	[90514] = 1,
+	[90501] = true,
+	[90502] = true,
+	[90503] = true,
+	[90504] = true,
+	[90511] = true,
+	[90512] = true,
+	[90513] = true,
+	[90514] = true,
 }