Explorar o código

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

huangyuhao80 hai 2 meses
pai
achega
362f6ccde8

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

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

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

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