From 331b0b2d564f48af3a39ce19cc24df976f173f3d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=8A=80=E6=9C=AF=E8=80=81=E8=83=A1?= <1094551889@qq.com> Date: Mon, 16 Dec 2024 12:52:52 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E9=80=BB=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/controller/PayController.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/controller/PayController.php b/app/controller/PayController.php index c9a3000..a1dfb37 100644 --- a/app/controller/PayController.php +++ b/app/controller/PayController.php @@ -312,6 +312,7 @@ class PayController $payclient_path = "\\payclient\\{$config['payclass']}"; $Payclient = new $payclient_path($info, $config); $res = $Payclient->notify(); + if (is_int($res)) return $res; $this->payHeart($res, $config); return 200; } else {