|
|
@@ -1032,25 +1032,25 @@ WL_AREABATTLE_VIDEOSHOW_QUERY = {
|
|
|
-- }
|
|
|
|
|
|
-- 查询玩家排名
|
|
|
--- LW_BATTLEGROUND_PLAYER_RANK_QUERY = {
|
|
|
--- {"sourceServerId", "int"}, -- 请求服服务器Id
|
|
|
--- {"playerUuid", "string"}, -- 玩家uuid
|
|
|
--- }
|
|
|
--- WL_BATTLEGROUND_PLAYER_RANK_QUERY = {
|
|
|
--- {"playerUuid", "string"}, -- 玩家uuid
|
|
|
--- {"playerRank", "int"}, -- 玩家排名
|
|
|
--- }
|
|
|
+LW_BATTLEGROUND_PLAYER_RANK_QUERY = {
|
|
|
+ {"sourceServerId", "int"}, -- 请求服服务器Id
|
|
|
+ {"playerUuid", "string"}, -- 玩家uuid
|
|
|
+}
|
|
|
+WL_BATTLEGROUND_PLAYER_RANK_QUERY = {
|
|
|
+ {"playerUuid", "string"}, -- 玩家uuid
|
|
|
+ {"playerRank", "int"}, -- 玩家排名
|
|
|
+}
|
|
|
|
|
|
--- -- 查询对手列表信息
|
|
|
--- LW_BATTLEGROUND_MATCHLIST_QUERY = {
|
|
|
--- {"sourceServerId", "int"}, -- 请求服服务器Id
|
|
|
--- {"playerUuid", "string"}, -- 玩家uuid
|
|
|
--- {"matchList", "table"}, -- 对手列表
|
|
|
--- }
|
|
|
--- WL_BATTLEGROUND_MATCHLIST_QUERY = {
|
|
|
--- {"playerUuid", "string"}, -- 玩家uuid
|
|
|
--- {"playerInfoList", "table"}, -- 对手列表信息
|
|
|
--- }
|
|
|
+-- 查询对手列表信息
|
|
|
+LW_BATTLEGROUND_MATCHLIST_QUERY = {
|
|
|
+ {"sourceServerId", "int"}, -- 请求服服务器Id
|
|
|
+ {"playerUuid", "string"}, -- 玩家uuid
|
|
|
+ {"matchList", "table"}, -- 对手列表
|
|
|
+}
|
|
|
+WL_BATTLEGROUND_MATCHLIST_QUERY = {
|
|
|
+ {"playerUuid", "string"}, -- 玩家uuid
|
|
|
+ {"playerInfoList", "table"}, -- 对手列表信息
|
|
|
+}
|
|
|
|
|
|
|
|
|
-- 查询玩家信息
|