/** * 退出登录 * @return mixed */ public function loginOut() { echo 11;exit; return $this->logic->loginOut(); echo 22;exit; }