fix:修复反馈-联系客服-排序问题
This commit is contained in:
@@ -4,6 +4,6 @@ import androidx.annotation.Keep
|
||||
|
||||
@Keep
|
||||
data class FeedbackConfigBean(
|
||||
val customContactMap: HashMap<String, String>? = null,
|
||||
val customContactMap: LinkedHashMap<String, String>? = null,
|
||||
val typeEnumList: List<FeedbackTypeBean>? = null
|
||||
)
|
Reference in New Issue
Block a user