From 6e825184bec5cb904f8f3af594459db056a50f77 Mon Sep 17 00:00:00 2001 From: wangyidong Date: Fri, 29 Nov 2019 09:08:55 +0800 Subject: [PATCH] * fix bug for xuanxuan. --- xuanxuan/module/entry/ext/control/visit.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'); } }