diff --git a/alipay/Aliverify.php b/alipay/Aliverify.php index d68a28f..82afe14 100644 --- a/alipay/Aliverify.php +++ b/alipay/Aliverify.php @@ -103,7 +103,6 @@ class Aliverify $tosign=json_encode($data); $request->setBizContent($tosign); $result = $aop->execute ( $request); - dump($result); $responseNode = str_replace(".", "_", $request->getApiMethodName()) . "_response"; $resultCode = $result->$responseNode->passed; if($resultCode == 'T'){