From 8c00bd0245ca4756ca04483a4980ad202714e43e Mon Sep 17 00:00:00 2001 From: zhaojs <349234519@qq.com> Date: 星期四, 20 七月 2023 09:40:44 +0800 Subject: [PATCH] Merge branch 'release/v1.1.4发布' --- application/common/library/Auth.php | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/application/common/library/Auth.php b/application/common/library/Auth.php index fb07390..6de3231 100644 --- a/application/common/library/Auth.php +++ b/application/common/library/Auth.php @@ -134,7 +134,7 @@ * @param string $third_info 涓夋柟鐢ㄦ埛淇℃伅 娉�:闇�淇濇寔缁熶竴缁撴瀯 * @return boolean */ - public function register($username = '', $password, $email = '', $mobile = '', $extend = [],$third_platform="",$third_info=[]) + public function register($username = '', $password, $email = '', $mobile = '', $extend = [],$third_platform="",$third_info=[],$pushCid="") { // 妫�娴嬬敤鎴峰悕銆佹樀绉般�侀偖绠便�佹墜鏈哄彿鏄惁瀛樺湪 if(!empty($third_platform) && !empty($third_info)){ @@ -184,7 +184,8 @@ 'logintime' => $time, 'loginip' => $ip, 'prevtime' => $time, - 'status' => 'normal' + 'status' => 'normal', + 'push_cid'=>$pushCid ]); //$params['password'] = $this->getEncryptPassword($password, $params['salt']); $params = array_merge($params, $extend); -- Gitblit v1.9.3