作者 lyh

gx

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