From 796e4f74ac9c756093d5419183740c839302c393 Mon Sep 17 00:00:00 2001 From: pengda <10266652509@qq.com> Date: Fri, 11 Apr 2025 10:27:31 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AE=BE=E7=BD=AE=E5=85=8D=E7=99=BB=E9=99=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.php b/index.php index 1ec327b..23366f1 100644 --- a/index.php +++ b/index.php @@ -68,8 +68,8 @@ error_reporting(E_ERROR); // 记录所有级别的错误 //免登陆链接 if($_GET['str'] == FREE_LOGIN_STR){ session_start(); - $_SESSION['nickname'] = 'wpd'; - $_SESSION['openid'] = 'or-ec1PPqWGBywnl5guSMkAYBXko'; + $_SESSION['nickname'] = '翔宇'; + $_SESSION['openid'] = 'oUUvP6-gxoM7QjjKiQlZZLXhUkOc'; $_SESSION['token'] = '1213'; session_write_close(); }