新增对接检测所,新增医生短信推送

This commit is contained in:
2023-08-15 15:23:24 +08:00
parent a13b55d90b
commit 19ae7e6bff
9 changed files with 416 additions and 27 deletions
+1 -1
View File
@@ -729,7 +729,7 @@ class ImService extends BaseService
$cloud_custom_data['patient_family_data']['patient_age'] = $order_detection['patient_age'];
$message_content = [
'Text' => $doctor_name . "医生您好,我在您那里开具的【" . $detection_project_name . "服务,报告单已出,请您查看报告并详细的做一下解读,谢谢医生",
'Text' => $doctor_name . "医生您好,您给我开具的【" . $detection_project_name . "检测项目报告已经出来啦,请您抽空查看报告并做一下解读,谢谢。",
];
$this->sendMessage($patient_user_id,$doctor_user_id, $message_content, "TIMTextElem", $cloud_custom_data);