qifengquan 1 年之前
父节点
当前提交
5808d35d0a
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      app/data/controller/api/Login.php

+ 1 - 1
app/data/controller/api/Login.php

@@ -52,7 +52,7 @@ class Login extends Auth
             $user->jgalias = 'user_'.$user->id;
             $user->save();
             huanxin_zhuce('cbz_'.$user->id,$user->nickname);
-            $this->success('手机登录成功!', UserAdminService::set($map, [], $this->type, true));
+            $this->success('手机登录成功!', UserAdminService::set($map, [], $this->type, false));
         } else {
             $this->error('密码错误');
         }