From 4f58302a26c2e0044b1a653245d9a9feb5263dc9 Mon Sep 17 00:00:00 2001 From: elf <360197197@qq.com> Date: Mon, 20 Feb 2023 23:11:07 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Application/Callback/Controller/NotifyController.class.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/Application/Callback/Controller/NotifyController.class.php b/Application/Callback/Controller/NotifyController.class.php index 871593e1..b97b8c7b 100644 --- a/Application/Callback/Controller/NotifyController.class.php +++ b/Application/Callback/Controller/NotifyController.class.php @@ -934,8 +934,6 @@ class NotifyController extends BaseController public function ff_callback() { $params = $_POST; - $params = '{"requestId":"SP_20230220224049Lbkw","description":"","payId":"230220600405724642","fiscalDate":"20230220","payType":"27","bankCode":"alipay","totalPrice":"6.00","tradeAmount":"6.00","tradeFee":"0.05","status":"2","endTime":"2023-02-20 22:41:08","resultSignature":"615b57428b5c1c023f6c00368aafa754"}'; - $params = json_decode($params, true); FFLog::write('NOTIFY_POST:' . json_encode($_POST)); FFLog::write('NOTIFY_INPUT:' . file_get_contents('php://input'));