header_list = self::$default_header_list; $this->fzmCrossHeader(); } } public function fzmCrossHeader() { $this->lang = \Yii::$app->request->headers->get('lang') ?? 'zh-CN'; } public function beforeAction($action) { $this->start = microtime(true); return parent::beforeAction($action); // TODO: Change the autogenerated stub } public function afterAction($action, $result) { $this->end = microtime(true); return parent::afterAction($action, $result); // TODO: Change the autogenerated stub } }