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