From d12e53571f9ca586346a5c6c6fa98646212e71e8 Mon Sep 17 00:00:00 2001 From: wyongk <937888580@qq.com> Date: Fri, 18 Dec 2020 21:48:00 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=AF=E4=BB=98=E5=AE=9D=E5=AE=9E=E5=90=8D?= =?UTF-8?q?=E8=AE=A4=E8=AF=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- alipay/Aliverify.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/alipay/Aliverify.php b/alipay/Aliverify.php index 3ec4e42..d6b2418 100644 --- a/alipay/Aliverify.php +++ b/alipay/Aliverify.php @@ -79,6 +79,7 @@ class Aliverify public static function getResult($certify_id) { + dump($certify_id);die; global $config; $aop = new \AopCertClient(); @@ -103,9 +104,11 @@ class Aliverify $tosign=json_encode($data); $request->setBizContent($tosign); $result = $aop->execute ( $request); - + dump($result); $responseNode = str_replace(".", "_", $request->getApiMethodName()) . "_response"; $resultCode = $result->$responseNode->code; + dump($resultCode); + dump($certify_id); if(!empty($resultCode)&&$resultCode == 10000){ return true; } else {