* fix bug for xuanxuan.

This commit is contained in:
wangyidong
2019-11-29 09:08:55 +08:00
parent f27516a1a5
commit 6e825184be
+1 -1
View File
@@ -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');
}
}