From 510ff1f81d91987daadac7bd9c8791394b76f3e8 Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Mon, 29 Apr 2024 11:31:12 +0800 Subject: [PATCH] 1 --- webapp/controller/MailController.class.php | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/webapp/controller/MailController.class.php b/webapp/controller/MailController.class.php index 7b9934a9..df06b363 100644 --- a/webapp/controller/MailController.class.php +++ b/webapp/controller/MailController.class.php @@ -118,11 +118,7 @@ class MailController extends BaseAuthedController { private static function getMailServerUrl() { - if (SERVER_ENV != _ONLINE) { - return "https://gamemail-test.kingsome.cn/webapp/index.php"; - } else { - return "https://gamemail-test.cebggame.com/webapp/index.php"; - } + return MAIL_URL; } }