'application/json'], json_encode([ 'code' => 0, 'msg' => __('The system has completed installation. If you need to reinstall, please delete the %file% file first', ['%file%' => 'public/install.lock']), 'time' => time(), 'data' => null, ], JSON_UNESCAPED_UNICODE)); } return $handler($request); } }