isLogin); } //模拟登陆 shish 2019.8.25 public function actionLogin() { $customerId = Yii::$app->request->get('customerId'); $customerId = $customerId ? intval($customerId) : 12536630; xhUserService::logout(); $user = xhUserService::getById($customerId); xhUserService::loginByThird($user); var_dump($this->isLogin); echo $this->userId; } }