fix: 修复检查更新失效

This commit is contained in:
HuanCheng65 2020-08-20 23:09:52 +08:00 committed by GitHub
parent 6501d0c984
commit 81daeac6b7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -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