作者 李铮
1 个管道 的构建 通过 耗费 25 秒

发布文章接口优化

... ... @@ -58,7 +58,7 @@ class Article extends BaseApi
$data = $this->get_data_array([
['article_category_id','栏目id不存在'],
['content','内容不存在'],
['images','图片必须上传'],
// ['images','图片必须上传'],
['title','需要上传动态标题'],
]);
//3.查询栏目
... ...