Merge branch 'hjb' of git.kingsome.cn:server/game2006api into hjb

This commit is contained in:
hujiabin 2024-04-29 11:47:57 +08:00
commit fe7b3cad6b

View File

@ -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;
}
}