From 2b37e81feedf8a2a7ae1233da79c1e9ee9b3e3d8 Mon Sep 17 00:00:00 2001 From: yangduo Date: Wed, 25 Dec 2024 10:50:09 +0800 Subject: [PATCH] fix --- 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 438954c..7fbca6f 100644 --- a/webapp/controller/RechargeController.class.php +++ b/webapp/controller/RechargeController.class.php @@ -3,7 +3,7 @@ require 'classes/Quest.php'; require 'classes/AddReward.php'; -class PayController{ +class RechargeController{ protected function getMysql($account_id) {