作者 lyh

gx

... ... @@ -17,7 +17,6 @@ class BlogLogic extends BaseLogic
public function __construct()
{
parent::__construct();
$this->model = new Blog();
$this->param = $this->requestAll;
}
... ...