From 96b3e7026d1cd6da0c40b63cc0197a89988f8c2c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9Cwanyongkang=E2=80=9D?= <“937888580@qq.com”> Date: Wed, 28 Sep 2022 19:04:12 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=9E=E5=90=8D=E8=AE=A4=E8=AF=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- alipay/Aliverify.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/alipay/Aliverify.php b/alipay/Aliverify.php index b8605a8..51a2ebb 100644 --- a/alipay/Aliverify.php +++ b/alipay/Aliverify.php @@ -191,7 +191,7 @@ class Aliverify $data['certify_id'] = $certify_id; $tosign=json_encode($data); $request->setBizContent($tosign); - $result = $aop->execute ( $request); + $result = $aop->pageExecute ( $request); $responseNode = str_replace(".", "_", $request->getApiMethodName()) . "_response"; $resultCode = $result->$responseNode->code;