From d307091784b07db114368e9a966c57c12f14c592 Mon Sep 17 00:00:00 2001 From: yangduo Date: Fri, 3 Jan 2025 11:34:09 +0800 Subject: [PATCH] 1 --- webapp/controller/RechargeController.class.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/webapp/controller/RechargeController.class.php b/webapp/controller/RechargeController.class.php index 6ce555f..891ad2b 100644 --- a/webapp/controller/RechargeController.class.php +++ b/webapp/controller/RechargeController.class.php @@ -242,6 +242,8 @@ class RechargeController } echo json_encode(array( + 'errcode' => 0, + 'errmsg' => '', 'first_recharge' => $firstrecharge, )); }