Przeglądaj źródła

修改首充活动与月卡活动充值侦听类型,避免冲突

huangyuhao80 18 godzin temu
rodzic
commit
362f6ccde8

+ 1 - 1
meta/userapi/lua/ActFirstRecharge.lua

@@ -3,7 +3,7 @@ ActFirstRecharge = {}
3 3
 ActFirstRecharge.__index = ActFirstRecharge
4 4
 
5 5
 local function _rechargeType()
6
-    return "21"
6
+    return "1001"
7 7
 end
8 8
 
9 9
 local function _playerDbKey()

+ 1 - 1
meta/userapi/lua/ActMonthlyGrow.lua

@@ -3,7 +3,7 @@ ActMonthlyGrow = {}
3 3
 ActMonthlyGrow.__index = ActMonthlyGrow
4 4
 
5 5
 local function _rechargeType()
6
-    return "22"
6
+    return "1002"
7 7
 end
8 8
 
9 9
 local function _playerDbKey()