quguofeng 1 년 전
부모
커밋
af3e221893
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      application/common/library/Auth.php

+ 1 - 1
application/common/library/Auth.php

@@ -26,7 +26,7 @@ class Auth
     //默认配置
     protected $config = [];
     protected $options = [];
-    protected $allowFields = ['id', 'username', 'nickname', 'mobile', 'avatar', 'score','rights'];
+    protected $allowFields = ['id', 'username', 'mobile', 'email', 'avatar', 'gender' , 'birthday' ,'rights'];
 
     public function __construct($options = [])
     {