修改横幅通知跳转地址错误

This commit is contained in:
2023-05-30 13:52:20 +08:00
parent 6cf34b1e5b
commit 1e7fdeea07
3 changed files with 5 additions and 18 deletions
+2 -2
View File
@@ -1112,10 +1112,10 @@ class MessagePush extends BaseService
if ($this->order_inquiry['inquiry_type'] == 1 || $this->order_inquiry['inquiry_type'] == 3) {
// 专家、公益
$thing6 = "" . inquiryTypeToString($this->order_inquiry['inquiry_type']) . "" . "24小时内未接诊,平台将自动取消问诊";
$thing6 = "24小时内未接诊,平台将自动取消问诊";
} else {
// 快速、购药
$thing6 = "" . inquiryTypeToString($this->order_inquiry['inquiry_type']) . "" . "5分钟内未接诊,平台将自动取消问诊";
$thing6 = "5分钟内未接诊,平台将自动取消问诊";
}