|
@@ -27,6 +27,9 @@ local JjcNewLadderMidder = require("jjcnewladder.jjcNewLadderMiddle")
|
|
|
local RebateLogic = require("platform.RebateLogic")
|
|
local RebateLogic = require("platform.RebateLogic")
|
|
|
local GodsAreaNS = require("godsArea.GodsAreaNS")
|
|
local GodsAreaNS = require("godsArea.GodsAreaNS")
|
|
|
local GodsAreaCS = require("godsArea.GodsAreaCS")
|
|
local GodsAreaCS = require("godsArea.GodsAreaCS")
|
|
|
|
|
+local BattleDataNS = require("battleDataManager.BattleDataNS")
|
|
|
|
|
+local BattleDataCS = require("battleDataManager.BattleDataCS")
|
|
|
|
|
+
|
|
|
|
|
|
|
|
function LW_HELLO(fd, msg)
|
|
function LW_HELLO(fd, msg)
|
|
|
if _G.is_middle ~= true then return end
|
|
if _G.is_middle ~= true then return end
|
|
@@ -78,6 +81,7 @@ end
|
|
|
|
|
|
|
|
|
|
|
|
|
----------------------------------------通用协议---------------------------------------
|
|
----------------------------------------通用协议---------------------------------------
|
|
|
|
|
+
|
|
|
--------------- 战斗录像--------------------------------------
|
|
--------------- 战斗录像--------------------------------------
|
|
|
-- 向跨服查询录像数据
|
|
-- 向跨服查询录像数据
|
|
|
function LW_COMBAT_VIDEO_QUERY(fd, msg)
|
|
function LW_COMBAT_VIDEO_QUERY(fd, msg)
|
|
@@ -96,6 +100,16 @@ function LW_COMBAT_VIDEO_SAVE(fd, msg)
|
|
|
end
|
|
end
|
|
|
--------------------------------------------------------------
|
|
--------------------------------------------------------------
|
|
|
|
|
|
|
|
|
|
+-- 跨服通知普通服上传战斗数据
|
|
|
|
|
+-- function WL_COMBAT_DATA(fd, msg)
|
|
|
|
|
+-- BattleDataNS.CreateBattleData(fd, msg)
|
|
|
|
|
+-- end
|
|
|
|
|
+
|
|
|
|
|
+-- function LW_COMBAT_DATA(fd, msg)
|
|
|
|
|
+-- if _G.is_middle ~= true then return end
|
|
|
|
|
+-- BattleDataCS.BattleDataHandleManager(fd, msg)
|
|
|
|
|
+-- end
|
|
|
|
|
+
|
|
|
--------------------------------------------------------------------------------------
|
|
--------------------------------------------------------------------------------------
|
|
|
|
|
|
|
|
|
|
|