From ea59edfa2dc5b08e434e84ffdf5a40f0fa484073 Mon Sep 17 00:00:00 2001 From: wyongk <937888580@qq.com> Date: Fri, 18 Dec 2020 21:41:13 +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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/alipay/Aliverify.php b/alipay/Aliverify.php index a49d3d9..3ec4e42 100644 --- a/alipay/Aliverify.php +++ b/alipay/Aliverify.php @@ -98,7 +98,7 @@ class Aliverify $aop->appCertSN = $aop->getCertSN($appCertPath);//调用getCertSN获取证书序列号 $aop->alipayRootCertSN = $aop->getRootCertSN($rootCertPath);//调用getRootCertSN获取支付宝根证书序列号 - $request = new AlipayUserCertifyOpenQueryRequest (); + $request = new \AlipayUserCertifyOpenQueryRequest (); $data['certify_id'] = $certify_id; $tosign=json_encode($data); $request->setBizContent($tosign);