作者 lyh

gx

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