logic->$function()); } //登出 public function logout() { $function = __FUNCTION__; return json($this->logic->$function()); } public $logic; public function __initialize() { $this->logic = new Logic($this->request); } }