fix:修复反馈-联系客服-排序问题

This commit is contained in:
max
2024-07-04 16:13:38 +08:00
parent 2a0d8f06fa
commit 3a120bf5f0

View File

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