From 53288ecf9542ed4488bae7df4efae185ad3b7216 Mon Sep 17 00:00:00 2001 From: wyongk <937888580@qq.com> Date: Fri, 18 Dec 2020 14:20:33 +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 | 3 ++- app/api/controller/Test.php | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/alipay/Aliverify.php b/alipay/Aliverify.php index 6fb42fa..b383baa 100644 --- a/alipay/Aliverify.php +++ b/alipay/Aliverify.php @@ -2,8 +2,9 @@ namespace alipay; -require_once APP_PATH . 'alipay/aop/AopCertClient.php'; +require_once APP_PATH . 'alipay/aop/AopClient.php'; require_once APP_PATH . 'alipay/aop/AopCertification.php'; +require_once APP_PATH . 'alipay/aop/request/AlipayUserCertifyOpenInitializeRequest.php'; require_once APP_PATH . 'alipay/aop/request/AlipayUserCertifyOpenQueryRequest.php'; /** diff --git a/app/api/controller/Test.php b/app/api/controller/Test.php index f2700a4..21dd711 100644 --- a/app/api/controller/Test.php +++ b/app/api/controller/Test.php @@ -4,9 +4,9 @@ namespace app\api\controller; use fastphp\base\Controller; use app\api\model\User; -use alipay\Alipay; +use alipay\Aliverify; -class Realname +class Test { public function aliverify()