作者 Django

1

... ... @@ -619,7 +619,7 @@ class Article extends Api
}
$showType = $this->request->param('show_type', 1, 'int');
halt($_POST);
halt($_REQUEST);
$desContent = $_POST['des_content'];
if(!$desContent) {
$this->error('您的文章内容不能为空');
... ...