12 lines
174 B
PHP
12 lines
174 B
PHP
<?php
|
|
|
|
//重定向浏览器
|
|
|
|
header("Location: http://192.168.0.123:3000/yeyin/0821/raw/branch/main/XYQTVBox/%E8%87%AA%E7%94%A8.json");
|
|
|
|
//跳转至网址
|
|
|
|
exit;
|
|
|
|
?>
|