1
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user