This commit is contained in:
2023-04-06 11:02:40 +08:00
parent 5170f8f125
commit ae9903f48e
3 changed files with 2 additions and 9 deletions
@@ -130,14 +130,6 @@ class SendStationMessageConsumer extends ConsumerMessage
}
}
// 医生服务通知存在
if ($push_data['notice_type'] == 1){
// 问诊类型(医生端服务通知存在 1:专家问诊 2:快速问诊 3:公益问诊 4:问诊购药)
if (!isset($push_data['notice_system_type'])){
return false;
}
}
// 消息标题
if (!isset($push_data['notice_title']) && !isset($push_data['notice_brief_title'])){
return false;