作者 lyh

gx

@@ -9,7 +9,7 @@ class Manage extends Base @@ -9,7 +9,7 @@ class Manage extends Base
9 //设置关联表名 9 //设置关联表名
10 protected $table = 'gl_manage'; 10 protected $table = 'gl_manage';
11 11
12 - protected $hidden = ['password', 'token']; 12 + protected $hidden = ['password'];
13 13
14 const STATUS_ACTIVE = 0; 14 const STATUS_ACTIVE = 0;
15 const STATUS_DISABLE = 1; 15 const STATUS_DISABLE = 1;