From 010ef2a907e66efd4702443c06cdd18f8a7ffa5b Mon Sep 17 00:00:00 2001 From: admin <weikou2014> Date: 星期三, 30 十月 2024 14:08:53 +0800 Subject: [PATCH] IP归属地查询接口集成 --- src/main/java/com/yeshi/buwan/domain/entity/PlayUrl.java | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/main/java/com/yeshi/buwan/domain/entity/PlayUrl.java b/src/main/java/com/yeshi/buwan/domain/entity/PlayUrl.java index 52719e7..f551caf 100644 --- a/src/main/java/com/yeshi/buwan/domain/entity/PlayUrl.java +++ b/src/main/java/com/yeshi/buwan/domain/entity/PlayUrl.java @@ -2,9 +2,10 @@ import com.google.gson.annotations.Expose; import com.yeshi.buwan.domain.VideoResource; -import org.omg.CORBA.PRIVATE_MEMBER; -public class PlayUrl { +import java.io.Serializable; + +public class PlayUrl implements Serializable { @Expose private VideoResource resource; @Expose -- Gitblit v1.8.0