From ed276bff8766e5e65da5994b7abe5949c68decac Mon Sep 17 00:00:00 2001 From: elf <360197197@qq.com> Date: Sat, 14 Dec 2024 00:41:31 +0800 Subject: [PATCH] y --- Application/Callback/Controller/NotifyController.class.php | 1 + 1 file changed, 1 insertion(+) diff --git a/Application/Callback/Controller/NotifyController.class.php b/Application/Callback/Controller/NotifyController.class.php index f23d6c3..6be95f4 100644 --- a/Application/Callback/Controller/NotifyController.class.php +++ b/Application/Callback/Controller/NotifyController.class.php @@ -979,6 +979,7 @@ class NotifyController extends BaseController $data = json_decode($params, true); if ($data['trade_status'] != 'SUCCESS') { + echo "status error"; return; }