im消息推送
This commit is contained in:
@@ -1698,7 +1698,6 @@ class CallBackController extends AbstractController
|
||||
$time_diff = 60;
|
||||
}
|
||||
|
||||
dump($time_diff);
|
||||
// 计算时间并重新加入队列
|
||||
$queue_data = array();
|
||||
$queue_data['detection_no'] = $order_detection['detection_no'];
|
||||
@@ -1824,6 +1823,12 @@ class CallBackController extends AbstractController
|
||||
return $this->detectionResultFailReturn("添加自动完成队列失败");
|
||||
}
|
||||
|
||||
$imService->patientCase(
|
||||
$order_inquiry,
|
||||
$user_doctor['user_id'],
|
||||
$order_inquiry_case['disease_desc']
|
||||
);
|
||||
|
||||
// 发送IM消息-检测报告结果
|
||||
$imService->detectionTestReport(
|
||||
$order_detection,
|
||||
|
||||
Reference in New Issue
Block a user