From 2b9ac516122e88e713c47808f9f49cea382ce8a3 Mon Sep 17 00:00:00 2001 From: yangduo Date: Tue, 14 Jan 2025 14:34:34 +0800 Subject: [PATCH] 1 --- webapp/controller/RechargeController.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapp/controller/RechargeController.class.php b/webapp/controller/RechargeController.class.php index 6b46155..34a3022 100644 --- a/webapp/controller/RechargeController.class.php +++ b/webapp/controller/RechargeController.class.php @@ -395,7 +395,7 @@ class RechargeController ':orderid' => $_REQUEST['orderid'] ) ); - if (!$orderRow) { + if ($orderRow) { echo json_encode(array( 'errcode' => 0, 'errmsg' => ''