From d802d5ddb76745b3f3ea9b7c1a71cdde5bb91c80 Mon Sep 17 00:00:00 2001 From: elf <360197197@qq.com> Date: Tue, 12 Dec 2023 00:03:59 +0800 Subject: [PATCH] yh --- Application/Callback/Controller/NotifyController.class.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Application/Callback/Controller/NotifyController.class.php b/Application/Callback/Controller/NotifyController.class.php index ccd87f7..b781407 100644 --- a/Application/Callback/Controller/NotifyController.class.php +++ b/Application/Callback/Controller/NotifyController.class.php @@ -981,7 +981,7 @@ class NotifyController extends BaseController $params = json_decode($params, true); if ($params['trade_status'] != 'TRADE_SUCCESS' || $params['pay_status'] == 'TRADE_FINISHED') { - echo 'SUCCESS'; + echo 'success'; return; } @@ -1005,6 +1005,6 @@ class NotifyController extends BaseController exit('accident order data'); break; } - echo 'SUCCESS'; + echo 'success'; } } \ No newline at end of file