@@ -44,7 +44,7 @@ class User extends Authenticatable implements JWTSubject
'other_contacts',
'start_time',
'end_time',
- 'tests'
+ 'member_type'
];
public function memberStatus(){
return [1 => '一般会员', 2 => '企业会员'];