From fbf08de637176284d0c4c9d041047d06aee432e9 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 18:48:42 +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 cf67dac..517c939 100644 --- a/alipay/Aliverify.php +++ b/alipay/Aliverify.php @@ -156,7 +156,7 @@ class Aliverify $resultCode = $result->$responseNode->code; $certify_id = $result->$responseNode->certify_id; if(!empty($resultCode)&&$resultCode == 10000){ - $request = new \AlipayUserCertifyOpenCertifyRequest (); + $request = new \AlipayUserCertifyOpenInitializeRequest (); $data['certify_id'] = $certify_id; $tosign=json_encode($data); $request->setBizContent($tosign);