'增加服务端文件'

This commit is contained in:
2024-08-29 17:23:44 +08:00
parent 5ea7d9f561
commit 6afbd7b8ab
17 changed files with 56892 additions and 0 deletions

14
server/api.php Normal file
View File

@@ -0,0 +1,14 @@
<?php
if($_GET['type'] == "flag"){
$json = file_get_contents("https://i.jzj9999.com/res/quote/flag.json");
echo $json;
exit;
}
if($_GET['type'] == "pq"){
$json = file_get_contents("https://i.jzj9999.com/res/quote/pq.json");
echo $json;
exit;
}