diff --git a/app/Services/MessagePush.php b/app/Services/MessagePush.php index 1d54338..21a0190 100644 --- a/app/Services/MessagePush.php +++ b/app/Services/MessagePush.php @@ -2184,9 +2184,9 @@ class MessagePush extends BaseService $data['notice_type'] = 1; $data['inquiry_type'] = $this->order_inquiry['inquiry_type']; // 问诊类型(医生端服务通知存在 1:专家问诊 2:快速问诊 3:公益问诊 4:问诊购药) $data['from_name'] = "肝胆小秘书"; - $data['notice_brief_title'] = "因您超时未接诊,因您超时未接诊订单已失效,已退款给患者。"; - $data['notice_title'] = "因您超时未接诊,因您超时未接诊订单已失效,已退款给患者。"; - $data['notice_content'] = "因您超时未接诊,因您超时未接诊订单已失效,已退款给患者。"; + $data['notice_brief_title'] = "因您超时未接诊,订单已失效,已退款给患者。"; + $data['notice_title'] = "因您超时未接诊,订单已失效,已退款给患者。"; + $data['notice_content'] = "因您超时未接诊,订单已失效,已退款给患者。"; $message = new SendStationMessageProducer($data); $producer = ApplicationContext::getContainer()->get(Producer::class); diff --git a/app/Services/PatientDoctorService.php b/app/Services/PatientDoctorService.php index 5945992..8fbedbd 100644 --- a/app/Services/PatientDoctorService.php +++ b/app/Services/PatientDoctorService.php @@ -483,7 +483,7 @@ class PatientDoctorService extends BaseService // 无合适医生 $result['status'] = 3; $result['data'] = ""; - $result['message'] = "目前暂无可接诊医生"; + $result['message'] = "暂无可接诊医生,请选择其他服务入口进行问诊"; return success($result); } } diff --git a/app/Utils/Data.php b/app/Utils/Data.php index 8d40342..b4a3112 100644 --- a/app/Utils/Data.php +++ b/app/Utils/Data.php @@ -146,8 +146,17 @@ class Data // 处方平台商品入库 public function product(){ $product_platform_id = [ + "518095343843098625", "519091456971071489", "517652954976141313", + "519151179795808256", + "517652642211086336", + "517653593286295552", + "517653183070781441", + "517653906999263232", + "517652642227863552", + "517653183100141569", + "517653906969903104", ]; foreach ($product_platform_id as $value){