Commit 77b54f12164162cffc8c6e98762fd74be81e37c7

Authored by zhouhaihai
1 parent 5a7e4d88

中心服录像上传

Showing 1 changed file with 2 additions and 2 deletions   Show diff stats
src/actions/PvpAction.lua
... ... @@ -355,7 +355,7 @@ function _M.endBattleRpc(agent, data)
355 355 video = result.name
356 356 headers = result.headers
357 357 else
358   - skynet.error("applyvideo", "error", status, body, content)
  358 + skynet.error("applyvideo", "error", status, body)
359 359 end
360 360  
361 361 -- 加入战斗记录
... ... @@ -573,7 +573,7 @@ function _M.endBattleHRpc(agent, data)
573 573 video = result.name
574 574 headers = result.headers
575 575 else
576   - skynet.error("applyvideo", "error", status, body, content)
  576 + skynet.error("applyvideo", "error", status, body)
577 577 end
578 578  
579 579 table.insert(_pvpStartBattleCacheH.result, {
... ...