lizhen_gitee 7 mesiacov pred
rodič
commit
0d13678604
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  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'];
+    protected $allowFields = ['id', 'username', 'nickname', 'mobile', 'avatar', 'idcard_status'];
 
     public function __construct($options = [])
     {