From 1c1d0097ebdf8bd96a9acd32135d67ec99d7b80d Mon Sep 17 00:00:00 2001 From: wyongk <937888580@qq.com> Date: Fri, 18 Dec 2020 21:53:51 +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 | 1 + app/api/controller/Test.php | 3 +-- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/alipay/Aliverify.php b/alipay/Aliverify.php index d6b2418..833296d 100644 --- a/alipay/Aliverify.php +++ b/alipay/Aliverify.php @@ -79,6 +79,7 @@ class Aliverify public static function getResult($certify_id) { + echo 123; dump($certify_id);die; global $config; $aop = new \AopCertClient(); diff --git a/app/api/controller/Test.php b/app/api/controller/Test.php index 2c83f8a..84e318b 100644 --- a/app/api/controller/Test.php +++ b/app/api/controller/Test.php @@ -44,11 +44,10 @@ class Test echo json_encode($data); } - public function getResult() + public function aliGetResult() { $user = new User; $user_one_info = $user->getOne(['Id'=>7875]); - dump($user_one_info);die; $info = Aliverify::getResult($user_one_info['certify_id']); if($info){