diff --git a/app.php b/app.php index b6b9a91..aa9931c 100644 --- a/app.php +++ b/app.php @@ -28,6 +28,35 @@ if (!$app) { die("
找不到ID为 $appId 的应用。请检查ID是否正确。
"); } +// 处理评价加载请求 +if (isset($_GET['action']) && $_GET['action'] === 'load_reviews') { + header('Content-Type: text/html; charset=UTF-8'); + while ($review = $resultReviews->fetch_assoc()) { +?> +评价时间:
+评价时间:
+ echo ''; + ?> +评价时间:
+