getNormalUserById($this->userId); $resultUser = [ 'id' => $this->userId, 'username' => $user['username'], 'sex' => $user['sex'], ]; return show(config('status.success'), 'OK', $resultUser); } }