From 611ff6c8fc978ef17d363fbd98003ffc73e6f758 Mon Sep 17 00:00:00 2001 From: liuyu <33367671@qq.com> Date: Wed, 3 Aug 2022 19:17:32 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E6=8E=89=E6=B5=8B=E8=AF=95=E4=BB=A3?= =?UTF-8?q?=E7=A0=81?= 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 6b0e885..d3df71e 100644 --- a/index.php +++ b/index.php @@ -55,8 +55,8 @@ class run extends publicBase { if (!$is_need_login) return true; - $app_uid = $_SESSION['app_uid'] = 1; - $app_name = $_SESSION['app_name'] = 'pdd95960343564'; + $app_uid = $_SESSION['app_uid']; + $app_name = $_SESSION['app_name']; if (empty($app_uid) || empty($app_name)) { $pobj = new mPdd();