修改消息推送
This commit is contained in:
@@ -138,6 +138,11 @@ class SendStationMessageConsumer extends ConsumerMessage
|
||||
}
|
||||
}
|
||||
|
||||
// 消息标题
|
||||
if (!isset($push_data['notice_title']) && !isset($push_data['notice_brief_type'])){
|
||||
return false;
|
||||
}
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user