fix: 修复无法获取更新日志
This commit is contained in:
parent
83d98cdba0
commit
28bb477355
|
@ -9,6 +9,8 @@ class ChangelogBean : BaseBean() {
|
|||
|
||||
@SerializedName("error_msg")
|
||||
val errorMsg: String? = null
|
||||
|
||||
@SerializedName("success")
|
||||
val isSuccess = false
|
||||
val result: String? = null
|
||||
|
||||
|
|
Loading…
Reference in New Issue