Files
precious-metals-quote-andro…/server/api.php
2024-08-29 17:23:44 +08:00

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;
}