From 5dbe3ec5fb72fe4d23516f480b431fa05b16b5ca Mon Sep 17 00:00:00 2001 From: wangjinlei <751475802@qq.com> Date: Sat, 6 May 2023 14:24:58 +0800 Subject: [PATCH] 1 --- application/api/controller/Production.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/application/api/controller/Production.php b/application/api/controller/Production.php index d43c799..ea6bcc4 100644 --- a/application/api/controller/Production.php +++ b/application/api/controller/Production.php @@ -359,6 +359,10 @@ class Production extends Base return jsonSuccess($re); } + + + + /** * 编辑文章信息在排版之后 */