mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-25 03:26:22 +08:00
@@ -43,8 +43,9 @@ class MemberInfoModel {
|
||||
? null
|
||||
: BaseOfficialVerify.fromJson(json['official']);
|
||||
vip = Vip.fromJson(json['vip']);
|
||||
liveRoom =
|
||||
json['live_room'] != null ? LiveRoom.fromJson(json['live_room']) : null;
|
||||
liveRoom = json['live_room'] != null
|
||||
? LiveRoom.fromJson(json['live_room'])
|
||||
: null;
|
||||
isSeniorMember = json['is_senior_member'];
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user