作者 lyh

gx

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