From 5106460c7b707c2e81b400184c7be58c8d890ae8 Mon Sep 17 00:00:00 2001 From: wucongxing8150 <815046773@qq.com> Date: Wed, 13 Mar 2024 16:12:18 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9im=E9=A2=9C=E8=89=B25,?= =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=A2=84=E7=BA=A6=E6=AC=A1=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Services/ImService.php | 2 +- app/Services/VideoService.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/Services/ImService.php b/app/Services/ImService.php index 4e6eec0..2b1a68f 100644 --- a/app/Services/ImService.php +++ b/app/Services/ImService.php @@ -899,7 +899,7 @@ class ImService extends BaseService $message_content_data = array(); $message_content_data['message_type'] = 13; $message_content_data['title'] = ""; - $message_content_data['desc'] = "医生已赠送{$times_number}个沟通回合数,将在{$give_expiration_time}失效 ,如有需要请尽快给医生留言。"; + $message_content_data['desc'] = "医生已赠送" . "" . $times_number . "个" . "沟通回合数,将在" . "" . $give_expiration_time . "失效 ,如有需要请尽快给医生留言。"; $message_content_data['data']['order_inquiry_id'] = (string)$order_inquiry['order_inquiry_id']; $message_content_data['data']['order_no'] = (string)$order_inquiry['inquiry_no']; $message_content_data['data']['times_number'] = $times_number; diff --git a/app/Services/VideoService.php b/app/Services/VideoService.php index dda04d4..ba77e47 100644 --- a/app/Services/VideoService.php +++ b/app/Services/VideoService.php @@ -104,7 +104,7 @@ class VideoService extends BaseService Db::beginTransaction(); try { - if (empty($video_reservation)) { + if (empty($order_inquiry_video_reservation)) { // 获取用户-医生数据 $params = array(); $params['doctor_id'] = $order_inquiry['doctor_id'];