本站统一通过 api.php 调用后台配置的上游接口。前台使用接口 ID 选择线路,上游真实地址不会在浏览器端暴露。
api.php
GET /api.php?format=json&api_id=1
成功示例:{"code":200,"url":"https://.../video.mp4","api":{"id":1,"name":"接口1"}}
{"code":200,"url":"https://.../video.mp4","api":{"id":1,"name":"接口1"}}
GET /api.php?format=text&api_id=1
GET /api.php?api_id=1