From 276c436718301c2f0ff4bd7b124946c19e141bc3 Mon Sep 17 00:00:00 2001 From: wucongxing8150 <815046773@qq.com> Date: Wed, 13 Mar 2024 11:48:07 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9im=E9=A2=9C=E8=89=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Services/ImService.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Services/ImService.php b/app/Services/ImService.php index 7fed03c..d5d6f9f 100644 --- a/app/Services/ImService.php +++ b/app/Services/ImService.php @@ -978,7 +978,7 @@ class ImService extends BaseService $message_content_data = array(); $message_content_data['message_type'] = 16; $message_content_data['title'] = ""; - $message_content_data['desc'] = "您和患者已约定于{$date}进行视频问诊,请提前进入聊天页面,再约定时间发起视频"; + $message_content_data['desc'] = "您和患者已约定于{$date}进行视频问诊,请提前进入聊天页面,再约定时间发起视频"; $message_content = [ 'Data' => json_encode($message_content_data, JSON_UNESCAPED_UNICODE), ];