From f0061bf487798de2e3feb30732d86cb1ff0fd5b8 Mon Sep 17 00:00:00 2001 From: yangduo Date: Tue, 29 Apr 2025 17:41:35 +0800 Subject: [PATCH] fix --- webapp/controller/MailController.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapp/controller/MailController.class.php b/webapp/controller/MailController.class.php index 9b73850..5b76a23 100644 --- a/webapp/controller/MailController.class.php +++ b/webapp/controller/MailController.class.php @@ -49,7 +49,7 @@ class MailController return $conn; } - public function list() + public function listmail() { $account_id = $_REQUEST['account_id']; //登录校验