[Modify]夺宝精灵和尋愛邏輯修改
This commit is contained in:
@@ -13,7 +13,8 @@ data class ExchangeGiftInfo(
|
||||
val rewardType: String = "",
|
||||
val type: Int = 0,
|
||||
val createTime: Long = 0,
|
||||
val convertLevel: Int = 0
|
||||
val convertLevel: Int = 0,
|
||||
val propItems: List<PropItemInfo> ?= null
|
||||
) {
|
||||
|
||||
fun getPrizeName(): String {
|
||||
|
@@ -0,0 +1,8 @@
|
||||
package com.yizhuan.xchat_android_core.treasurefairy
|
||||
|
||||
data class PropItemInfo(
|
||||
val picUrl: String = "",
|
||||
val propId: Int = 0,
|
||||
val propName: String = "",
|
||||
val propNum: Int = 0
|
||||
)
|
Reference in New Issue
Block a user