推送isshowpop适配

This commit is contained in:
ddisfriend
2025-06-25 17:36:17 +08:00
parent 3ecb0be526
commit a07ace7768

View File

@@ -82,6 +82,9 @@ open class GroupData {
if let isShowPop = (userInfo?[pushNoti_isShowPop_key] as? Bool),isShowPop == true {
return true
}
if let isShowPop = (userInfo?[pushNoti_isShowPop_key] as? String),isShowPop == "true" {
return true
}
return false
}