This commit is contained in:
aozhiwei 2024-10-08 19:10:58 +08:00
parent 9a3f73c81b
commit 3bed24ae5a

View File

@ -16,10 +16,10 @@ require_once('mt/Parameter.php');
*/
class BattleBoxService {
const DAILY_PHASE_DROP_LAST_TIME_KEY = ':';
const DAILY_PHASE_DROP_TOTAL_KEY = ':';
const DAILY_PHASE_ALLOC_NUM_KEY = ':';
const DAILY_PHASE_ALREADY_ALLOC_NUM_KEY = ':';
const DAILY_PHASE_DROP_LAST_TIME_KEY = 'daily_phase_drop_last_time:';
const DAILY_PHASE_DROP_TOTAL_KEY = 'daily_phase_drop_total:';
const DAILY_PHASE_ALLOC_NUM_KEY = 'daily_phase_alloc_num:';
const DAILY_PHASE_ALREADY_ALLOC_NUM_KEY = 'daily_phase_already_alloc_num:';
public static function allocBox($roomUuid)
{