From 9593e5870e1497536422c27ea5b77a0ccb0f9769 Mon Sep 17 00:00:00 2001 From: HuanCheng65 <22636177+HuanCheng65@users.noreply.github.com> Date: Wed, 24 Aug 2022 14:38:45 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E4=B8=AA=E4=BA=BA?= =?UTF-8?q?=E4=BF=A1=E6=81=AF=E5=8A=A0=E8=BD=BD=E5=A4=B1=E8=B4=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../main/java/com/huanchengfly/tieba/post/api/models/Profile.kt | 2 -- 1 file changed, 2 deletions(-) diff --git a/app/src/main/java/com/huanchengfly/tieba/post/api/models/Profile.kt b/app/src/main/java/com/huanchengfly/tieba/post/api/models/Profile.kt index 662686fb..318a936d 100644 --- a/app/src/main/java/com/huanchengfly/tieba/post/api/models/Profile.kt +++ b/app/src/main/java/com/huanchengfly/tieba/post/api/models/Profile.kt @@ -123,8 +123,6 @@ data class Profile( val postNum: String, @SerializedName("priv_sets") val privSets: PrivSets, - @SerializedName("profit_list") - val profitList: String, @SerializedName("repost_num") val repostNum: String, @SerializedName("seal_prefix")