From f5ac904a49134a9e99592c7c7824d198b772e2fa Mon Sep 17 00:00:00 2001 From: chenzhi <“chenzhi063@qq.com> Date: Fri, 25 Oct 2019 17:00:45 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E6=89=B6=E6=8C=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Application/Home/Controller/TestResourceController.class.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Application/Home/Controller/TestResourceController.class.php b/Application/Home/Controller/TestResourceController.class.php index 266a7b42e..4e893bffa 100644 --- a/Application/Home/Controller/TestResourceController.class.php +++ b/Application/Home/Controller/TestResourceController.class.php @@ -420,8 +420,8 @@ class TestResourceController extends BaseController $data['apply_name']=$_SESSION['onethink_home']['promote_auth']['account']; $data['apply_id']=$_SESSION['onethink_home']['promote_auth']['pid']; - $data['promote_id']=session("promote_auth.pid"); - $data['promote_account']=session("promote_auth.account"); + $data['promote_id']=$_SESSION['onethink_home']['promote_auth']['account']; + $data['promote_account']=$_SESSION['onethink_home']['promote_auth']['account']; $data['create_time']=time(); $data['apply_type']=0;