Update
This commit is contained in:
parent
2b1b83397b
commit
3007a2c25d
|
|
@ -9,10 +9,10 @@ import java.util.List;
|
||||||
|
|
||||||
public class Danmaku {
|
public class Danmaku {
|
||||||
|
|
||||||
@SerializedName("url")
|
|
||||||
private String url;
|
|
||||||
@SerializedName("name")
|
@SerializedName("name")
|
||||||
private String name;
|
private String name;
|
||||||
|
@SerializedName("url")
|
||||||
|
private String url;
|
||||||
|
|
||||||
public static List<Danmaku> arrayFrom(String str) {
|
public static List<Danmaku> arrayFrom(String str) {
|
||||||
Type listType = new TypeToken<List<Danmaku>>() {}.getType();
|
Type listType = new TypeToken<List<Danmaku>>() {}.getType();
|
||||||
|
|
|
||||||
Binary file not shown.
|
|
@ -1 +1 @@
|
||||||
98e25197fce4b874343de7d40011de1d
|
91086bebb3dee1e2e8caf7d18c9a6c13
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue