From 0f2c63c47085a7aea70bb984089a2d632a10e1ec Mon Sep 17 00:00:00 2001 From: chengxl Date: Thu, 12 Feb 2026 13:37:40 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B9=E6=B3=95=E6=96=B0=E5=A2=9E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/api/controller/Supplementary.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/api/controller/Supplementary.php b/application/api/controller/Supplementary.php index 5f63ccb..29ece2a 100644 --- a/application/api/controller/Supplementary.php +++ b/application/api/controller/Supplementary.php @@ -226,7 +226,7 @@ class Supplementary extends Controller //查询文章生产信息 $sUrl = "http://api.tmrjournals.com/public/index.php/api/Supplementary/getProductiArticleFooter";//http://zmzm.tougao.dev.com - $aResult = json_decode(myPost($sUrl, ['w_article_id' => $iWarticleId,'journal_stage' => $aJournalStage]), true); + $aResult = json_decode(myPost($sUrl, ['w_article_id' => $iWarticleId,'journal_stage' => json_encode($aJournalStage)]), true); return json($aResult); } }