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