fix: 修复无法获取更新日志

This commit is contained in:
HuanChengFly 2020-08-21 14:47:24 +08:00
parent 83d98cdba0
commit 28bb477355
1 changed files with 2 additions and 0 deletions

View File

@ -9,6 +9,8 @@ class ChangelogBean : BaseBean() {
@SerializedName("error_msg")
val errorMsg: String? = null
@SerializedName("success")
val isSuccess = false
val result: String? = null