From 641e06e67537a0d6de140d9f14ba331901805843 Mon Sep 17 00:00:00 2001 From: admin <3364509428@qq.com> Date: Fri, 17 Oct 2025 23:32:12 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=20More/t.php.bak?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- More/t.php.bak | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 More/t.php.bak diff --git a/More/t.php.bak b/More/t.php.bak deleted file mode 100644 index e05980b..0000000 --- a/More/t.php.bak +++ /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", false, $context); -echo $response; -?>