方法新增

This commit is contained in:
chengxl
2026-02-12 13:37:40 +08:00
parent 39409b3bde
commit 0f2c63c470

View File

@@ -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);
}
}