From 99066c8dcc0c56211a148191989ee6fef1a8ef7d Mon Sep 17 00:00:00 2001 From: LeonMMcoset Date: Sat, 20 Sep 2025 18:23:03 +0000 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20admin/review=5Fapps.php?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- admin/review_apps.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/admin/review_apps.php b/admin/review_apps.php index 6c5e84e..28baef5 100644 --- a/admin/review_apps.php +++ b/admin/review_apps.php @@ -88,7 +88,7 @@ if ($_SERVER['REQUEST_METHOD'] === 'POST' && isset($_POST['review_action'])) {

您好,

您的应用 {$appName} 已成功通过审核!

现在可以在应用商店中查看您的应用。

-

此致
应用商店团队

+

此致
LeonAPP团队

"; } else { $mail->Subject = '应用审核未通过通知'; @@ -97,7 +97,7 @@ if ($_SERVER['REQUEST_METHOD'] === 'POST' && isset($_POST['review_action'])) {

您好,

您的应用 {$appName} 未通过审核。

原因:
{$rejectionReason}

-

此致
应用商店团队

+

此致
LeonAPP团队

"; }