From 77b54f12164162cffc8c6e98762fd74be81e37c7 Mon Sep 17 00:00:00 2001 From: zhouhaihai Date: Mon, 3 Aug 2020 14:50:54 +0800 Subject: [PATCH] 中心服录像上传 --- src/actions/PvpAction.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/actions/PvpAction.lua b/src/actions/PvpAction.lua index ca1586a..dd7bbaa 100644 --- a/src/actions/PvpAction.lua +++ b/src/actions/PvpAction.lua @@ -355,7 +355,7 @@ function _M.endBattleRpc(agent, data) video = result.name headers = result.headers else - skynet.error("applyvideo", "error", status, body, content) + skynet.error("applyvideo", "error", status, body) end -- 加入战斗记录 @@ -573,7 +573,7 @@ function _M.endBattleHRpc(agent, data) video = result.name headers = result.headers else - skynet.error("applyvideo", "error", status, body, content) + skynet.error("applyvideo", "error", status, body) end table.insert(_pvpStartBattleCacheH.result, { -- libgit2 0.21.2