diff --git a/More/t.php b/More/t.php deleted file mode 100644 index fca2e6f..0000000 --- a/More/t.php +++ /dev/null @@ -1,16 +0,0 @@ - [ - 'header' => "authorization: JWT " . $jwt . "\r\n" . - "Content-Type: application/json\r\n", - 'method' => 'GET', // 或 POST、PUT 等 - 'ignore_errors' => true // 忽略 HTTP 错误码(如 401) - ] -]; - -$context = stream_context_create($options); -$response = file_get_contents("https://www.007idc.cn/v1/hosts/57431/module/status?type=host", false, $context); -echo $response; -?>