#!/usr/bin/php <?php $serverURL = "https://api.autorouter.aero/v1.0"; $token = auth(); if ($token === null) exit; $cl = curl_init(); curl_setopt($cl, ...
確定! 回上一頁