This commit is contained in:
aozhiwei 2022-11-16 19:43:02 +08:00
parent bcd676e7ea
commit a9ec784ea4
2 changed files with 2 additions and 2 deletions

View File

@ -138,7 +138,7 @@ class BattleController extends BaseAuthedController {
'weapon_dto2' => '',
'is_valid_battle' => 0,
'payload' => json_encode($member['cmjoin']),
//'payload' => json_encode($member['cmjoin']),
'errcode' => 0,
'errmsg' => '',
);

View File

@ -279,4 +279,4 @@ class EventRankingController extends BaseAuthedController
}
}
}