正在显示
1 个修改的文件
包含
1 行增加
和
0 行删除
| @@ -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 | } |
-
请 注册 或 登录 后发表评论