更新 admin/review_apps.php

This commit is contained in:
2025-09-20 18:23:03 +00:00
parent 246da5097c
commit 99066c8dcc

View File

@@ -88,7 +88,7 @@ if ($_SERVER['REQUEST_METHOD'] === 'POST' && isset($_POST['review_action'])) {
<p>您好,</p>
<p>您的应用 <strong>{$appName}</strong> 已成功通过审核!</p>
<p>现在可以在应用商店中查看您的应用。</p>
<p style='margin-top: 20px; color: #666;'>此致<br>应用商店团队</p>
<p style='margin-top: 20px; color: #666;'>此致<br>LeonAPP团队</p>
</div>";
} else {
$mail->Subject = '应用审核未通过通知';
@@ -97,7 +97,7 @@ if ($_SERVER['REQUEST_METHOD'] === 'POST' && isset($_POST['review_action'])) {
<p>您好,</p>
<p>您的应用 <strong>{$appName}</strong> 未通过审核。</p>
<p>原因:<br>{$rejectionReason}</p>
<p style='margin-top: 20px; color: #666;'>此致<br>应用商店团队</p>
<p style='margin-top: 20px; color: #666;'>此致<br>LeonAPP团队</p>
</div>";
}