修改提示语

This commit is contained in:
wucongxing 2023-06-01 08:37:50 +08:00
parent 1e7fdeea07
commit cee1d85130
3 changed files with 13 additions and 4 deletions

View File

@ -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);

View File

@ -483,7 +483,7 @@ class PatientDoctorService extends BaseService
// 无合适医生
$result['status'] = 3;
$result['data'] = "";
$result['message'] = "目前暂无可接诊医生";
$result['message'] = "暂无可接诊医生,请选择其他服务入口进行问诊";
return success($result);
}
}

View File

@ -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){