From b3e58c89e31b273673a4be31eb5dfdde4e23dfae Mon Sep 17 00:00:00 2001 From: wangjinlei <751475802@qq.com> Date: Thu, 5 Jun 2025 09:28:52 +0800 Subject: [PATCH] =?UTF-8?q?main=20bug=20=20=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/api/controller/Base.php | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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();