From 09f715eca92b260fd97081d3711c0d869b81d134 Mon Sep 17 00:00:00 2001 From: chengxl Date: Tue, 3 Jun 2025 10:29:14 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=BB=E5=8A=A1=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/api/job/ArticleAiCreateContent.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/api/job/ArticleAiCreateContent.php b/application/api/job/ArticleAiCreateContent.php index 23b2a01..d8d5640 100644 --- a/application/api/job/ArticleAiCreateContent.php +++ b/application/api/job/ArticleAiCreateContent.php @@ -32,7 +32,7 @@ class ArticleAiCreateContent $oAiarticle = new Aiarticle; $aResult = json_decode($oAiarticle->create($data),true); $iStatus = empty($aResult['status']) ? 0 : $aResult['status']; - $sMsg = empty($aResult['msg']) ? '文章AI内容声场失败' : $aResult['msg']; + $sMsg = empty($aResult['msg']) ? '文章AI内容生成失败' : $aResult['msg']; } } $job->delete();