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
|
||||
|
||||
class NewUpdateBean {
|
||||
val success: Boolean
|
||||
@SerializedName("success")
|
||||
val isSuccess: Boolean
|
||||
|
||||
@SerializedName("has_update")
|
||||
val isHasUpdate: Boolean
|
||||
|
|
Loading…
Reference in New Issue