diff --git a/index.php b/index.php index f3085ac..e0b9100 100644 --- a/index.php +++ b/index.php @@ -11,8 +11,8 @@ if ($_SERVER['REQUEST_METHOD'] === 'OPTIONS') { } // 定义文件路径 -$urlFilePath = 'c:\\Users\\吴展鹏\\wangpu_auth\\url.txt'; -$authFilePath = 'c:\\Users\\吴展鹏\\wangpu_auth\\auth.json'; +$urlFilePath = 'url.txt'; +$authFilePath = 'auth.json'; // 读取并返回auth.json文件的内容 if (file_exists($authFilePath)) {