From 17db68c52c1f11f242ac3b82ec68457fc452c9b1 Mon Sep 17 00:00:00 2001 From: elf <360197197@qq.com> Date: Fri, 5 May 2023 22:12:54 +0800 Subject: [PATCH] ss --- Application/Callback/Controller/NotifyController.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Application/Callback/Controller/NotifyController.class.php b/Application/Callback/Controller/NotifyController.class.php index 19a4935e..008a9192 100644 --- a/Application/Callback/Controller/NotifyController.class.php +++ b/Application/Callback/Controller/NotifyController.class.php @@ -1004,7 +1004,7 @@ class NotifyController extends BaseController echo 'RESULT_FAIL'; return; } - if ($response->getData('payResult') !== 0) { + if (intval($response->getData('payResult'))!== 0) { QzlLog::write('NOTIFY payResult fail: ' . $response->getData('payResult')); echo 'SUCCESS'; return;