$boxDb['token_id'] )); } myself()->_rspData(array( 'rows' => $rows )); } public static function openPhase3Box($account, $boxId) { $boxDb = Phase3Box::all($account); if (!$boxDb) { myself()->_rspErr(100, 'box not exists'); return; } if ($boxDb['state'] == Phase3Box::INIT_STATE) { } myself()->_rspOk(); } public static function queryPhase3Box($account, $boxId) { myself()->_rspOk(); } }