diff --git a/xuanxuan/module/entry/ext/control/visit.php b/xuanxuan/module/entry/ext/control/visit.php index c36341da49..492ca130c5 100644 --- a/xuanxuan/module/entry/ext/control/visit.php +++ b/xuanxuan/module/entry/ext/control/visit.php @@ -77,6 +77,6 @@ class entry extends control $this->app->user = $this->session->user; } - die($this->app->encrypt($output)); + $this->loadModel('im')->sendOutput($output, 'entry/visitResponse'); } }