diff --git a/application/api/controller/Base.php b/application/api/controller/Base.php index 1e8f5ed..765fb57 100644 --- a/application/api/controller/Base.php +++ b/application/api/controller/Base.php @@ -425,7 +425,13 @@ class Base extends Controller } - + /**初始化批量添加mains + * @param $article_id + * @return string|\think\response\Json|void + * @throws \think\db\exception\DataNotFoundException + * @throws \think\db\exception\ModelNotFoundException + * @throws \think\exception\DbException + */ public function addArticleMainEx($article_id){ $article_info = $this->article_obj->where('article_id', $article_id)->find();