'增加服务端文件'
This commit is contained in:
14
server/api.php
Normal file
14
server/api.php
Normal 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;
|
||||
}
|
||||
Reference in New Issue
Block a user