fix: 修复检查更新失效
This commit is contained in:
parent
6501d0c984
commit
81daeac6b7
|
|
@ -3,7 +3,8 @@ package com.huanchengfly.tieba.post.api.models
|
||||||
import com.google.gson.annotations.SerializedName
|
import com.google.gson.annotations.SerializedName
|
||||||
|
|
||||||
class NewUpdateBean {
|
class NewUpdateBean {
|
||||||
val success: Boolean
|
@SerializedName("success")
|
||||||
|
val isSuccess: Boolean
|
||||||
|
|
||||||
@SerializedName("has_update")
|
@SerializedName("has_update")
|
||||||
val isHasUpdate: Boolean
|
val isHasUpdate: Boolean
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue