Commit 77b54f12164162cffc8c6e98762fd74be81e37c7
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,7 +355,7 @@ function _M.endBattleRpc(agent, data) | ||
| 355 | video = result.name | 355 | video = result.name |
| 356 | headers = result.headers | 356 | headers = result.headers |
| 357 | else | 357 | else |
| 358 | - skynet.error("applyvideo", "error", status, body, content) | 358 | + skynet.error("applyvideo", "error", status, body) |
| 359 | end | 359 | end |
| 360 | 360 | ||
| 361 | -- 加入战斗记录 | 361 | -- 加入战斗记录 |
| @@ -573,7 +573,7 @@ function _M.endBattleHRpc(agent, data) | @@ -573,7 +573,7 @@ function _M.endBattleHRpc(agent, data) | ||
| 573 | video = result.name | 573 | video = result.name |
| 574 | headers = result.headers | 574 | headers = result.headers |
| 575 | else | 575 | else |
| 576 | - skynet.error("applyvideo", "error", status, body, content) | 576 | + skynet.error("applyvideo", "error", status, body) |
| 577 | end | 577 | end |
| 578 | 578 | ||
| 579 | table.insert(_pvpStartBattleCacheH.result, { | 579 | table.insert(_pvpStartBattleCacheH.result, { |