From 16f8bead316ba8a9af4a95ea07bc8320a83bfbab Mon Sep 17 00:00:00 2001 From: chenzhi Date: Fri, 31 Jul 2020 15:02:11 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E6=89=93=E6=AC=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Application/Payment/Controller/PaymentController.class.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Application/Payment/Controller/PaymentController.class.php b/Application/Payment/Controller/PaymentController.class.php index f20aa1928..4a652b748 100644 --- a/Application/Payment/Controller/PaymentController.class.php +++ b/Application/Payment/Controller/PaymentController.class.php @@ -432,8 +432,7 @@ class PaymentController extends BaseController $remark = $_REQUEST['remark']; Vendor("Alipay2020/Fund"); - $fund = new \Fund(); - $fund->setInitConf(C("ALI_PAYMENT")); + $fund = new \Fund(C("ALI_PAYMENT")); $dbres = M("company_statement_info","tab_")->where("id='{$id}'")->find(); $company_info = json_decode($dbres['company_info'],true);