作者 Django

1

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