From f0f4fe3b42c109664f47e5d272202b1a4e789d80 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9Cwanyongkang=E2=80=9D?= <“937888580@qq.com”> Date: Wed, 29 May 2024 15:18:45 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=9E=E5=90=8D=20=E6=B7=98=E5=AE=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/taobao/controller/Realname.php | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/app/taobao/controller/Realname.php b/app/taobao/controller/Realname.php index 189139d..4905eab 100644 --- a/app/taobao/controller/Realname.php +++ b/app/taobao/controller/Realname.php @@ -141,6 +141,13 @@ class Realname die; } + + private function getCred(){ + $ak = "JDC_A3B38E573D7404F976472FB42F52"; + $sk = "C9BAE98F49B42DA2DC02868A75AA3AD8"; + $cred = new Credentials($ak, $sk); + return $cred; + } public function aliverify($temp) { $user = new UserModel;