修改消息推送

This commit is contained in:
2023-04-04 20:38:32 +08:00
parent 1e26648b8b
commit 5508c9a200
4 changed files with 25 additions and 4 deletions
@@ -138,6 +138,11 @@ class SendStationMessageConsumer extends ConsumerMessage
}
}
// 消息标题
if (!isset($push_data['notice_title']) && !isset($push_data['notice_brief_type'])){
return false;
}
return true;
}