1
This commit is contained in:
parent
a2e2fdcad4
commit
03b5f56ccc
@ -158,7 +158,7 @@ class BattleController extends BaseAuthedController {
|
||||
public function reportSettlement()
|
||||
{
|
||||
$battleUuid = getReqVal('battle_uuid', '');
|
||||
$data = json_decode(file_get_contents('php://input'), true);
|
||||
$data = file_get_contents('php://input');
|
||||
BattleSettlement::add($battleUuid, $data);
|
||||
myself()->_rspOk();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user