'beforeSend', ]; } /** * 格式化返回 * * @param $event * @throws \yii\base\InvalidConfigException */ public function beforeSend($event) { $response = $event->sender; } }