作者 Django

1

... ... @@ -619,7 +619,6 @@ class Article extends Api
}
$showType = $this->request->param('show_type', 1, 'int');
halt($_REQUEST);
$desContent = $_POST['des_content'];
if(!$desContent) {
$this->error('您的文章内容不能为空');
... ...
... ... @@ -21,7 +21,7 @@ class Api
/**
* @var string 七牛云前缀
*/
public $qiNiu = 'http://school.t.brotop.cn';
public $qiNiu = 'http://school.qiniu.bronet.cn';
/**
* @var Request Request 实例
... ...