From 0fbfd868bc34370fbf5be86ac271b10302652f5a Mon Sep 17 00:00:00 2001 From: liaojinling <360197197@qq.com> Date: Wed, 2 Oct 2019 23:43:00 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Application/Mobile/Controller/UserController.class.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Application/Mobile/Controller/UserController.class.php b/Application/Mobile/Controller/UserController.class.php index 90d7cee17..1ded2361b 100644 --- a/Application/Mobile/Controller/UserController.class.php +++ b/Application/Mobile/Controller/UserController.class.php @@ -408,6 +408,9 @@ class UserController extends BaseController { $password = $post['password']; $sex = $post['sex']; + $pgInfo = strval(cookie('pgInfo')); + Log::write('step1:' . date('Y-m-d H:i:s') . ' ---- ' . json_encode($post) . ' --- ' . $pgInfo, 'INFO'); + /**是否开启ucenter**/ if(C('UC_OPEN')==1){