14 lines
270 B
PHP
14 lines
270 B
PHP
<?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;
|
|
} |