作者 李宇航

合并分支 'lyh-server' 到 'master'

gx



查看合并请求 !1673
... ... @@ -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();
}
... ...