作者 lyh

gx

... ... @@ -19,6 +19,7 @@ class ChatLogic extends BaseLogic
public function __construct()
{
parent::__construct();
$this->param = $this->requestAll;
$this->model = new Chat();
$this->itemModel = new ChatItem();
}
... ...