From 313cd117963a56f3c670f748161ddbc4765c9332 Mon Sep 17 00:00:00 2001 From: chenzhi <“chenzhi063@qq.com> Date: Wed, 20 Nov 2019 20:26:16 +0800 Subject: [PATCH] =?UTF-8?q?=E6=81=A2=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Application/Callback/Controller/Notify2Controller.class.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/Application/Callback/Controller/Notify2Controller.class.php b/Application/Callback/Controller/Notify2Controller.class.php index fb34ddcad..67e764913 100644 --- a/Application/Callback/Controller/Notify2Controller.class.php +++ b/Application/Callback/Controller/Notify2Controller.class.php @@ -39,9 +39,6 @@ class Notify2Controller extends BaseController $aop = new \AopClient(); $aop->alipayrsaPublicKey = file_get_contents("./Application/Sdk/SecretKey/alipay/alipay2_public_key.txt"); $result = $aop->rsaCheckV1($notify,"",'RSA2'); - Log::write(json_encode($notify),Log::DEBUG); - Log::write(file_get_contents("./Application/Sdk/SecretKey/alipay/alipay2_public_key.txt"),Log::DEBUG); - Log::write(json_encode($result),Log::DEBUG); if ($result) { //获取回调订单信息 if (I('get.methodtype') == "notify") {