mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-04-30 23:29:47 +08:00
@@ -18,12 +18,12 @@ class PgcTriple {
|
||||
});
|
||||
|
||||
factory PgcTriple.fromJson(Map<String, dynamic> json) => PgcTriple(
|
||||
coin: json["coin"],
|
||||
coinNumber: json["coin_number"],
|
||||
favorite: json["favorite"],
|
||||
fmid: json["fmid"],
|
||||
follow: json["follow"],
|
||||
like: json["like"],
|
||||
relation: json["relation"],
|
||||
);
|
||||
coin: json["coin"],
|
||||
coinNumber: json["coin_number"],
|
||||
favorite: json["favorite"],
|
||||
fmid: json["fmid"],
|
||||
follow: json["follow"],
|
||||
like: json["like"],
|
||||
relation: json["relation"],
|
||||
);
|
||||
}
|
||||
|
||||
@@ -18,12 +18,12 @@ class UgcTriple {
|
||||
});
|
||||
|
||||
factory UgcTriple.fromJson(Map<String, dynamic> json) => UgcTriple(
|
||||
like: json["like"],
|
||||
coin: json["coin"],
|
||||
fav: json["fav"],
|
||||
multiply: json["multiply"],
|
||||
isRisk: json["is_risk"],
|
||||
gaiaResType: json["gaia_res_type"],
|
||||
gaiaData: json["gaia_data"],
|
||||
);
|
||||
like: json["like"],
|
||||
coin: json["coin"],
|
||||
fav: json["fav"],
|
||||
multiply: json["multiply"],
|
||||
isRisk: json["is_risk"],
|
||||
gaiaResType: json["gaia_res_type"],
|
||||
gaiaData: json["gaia_data"],
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user