mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-06 09:13:48 +08:00
opt: avatar model (#814)
This commit is contained in:
committed by
GitHub
parent
07d2b3b464
commit
cdeb843a84
@@ -1,5 +1,7 @@
|
||||
import 'dart:convert';
|
||||
|
||||
import 'package:PiliPlus/models/model_avatar.dart';
|
||||
|
||||
class VideoDetailResponse {
|
||||
int? code;
|
||||
String? message;
|
||||
@@ -308,21 +310,6 @@ class Staff {
|
||||
}
|
||||
}
|
||||
|
||||
class Vip {
|
||||
dynamic type;
|
||||
dynamic status;
|
||||
|
||||
Vip({
|
||||
this.type,
|
||||
this.status,
|
||||
});
|
||||
|
||||
Vip.fromJson(Map<String, dynamic> json) {
|
||||
type = json["type"];
|
||||
status = json["status"];
|
||||
}
|
||||
}
|
||||
|
||||
class HonorReply {
|
||||
List<Honor>? honor;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user