修改横幅通知跳转地址错误
This commit is contained in:
@@ -652,6 +652,7 @@ class ImService extends BaseService
|
||||
$message_content_data['message_type'] = 8;
|
||||
$message_content_data['title'] = "您有一个新的问诊服务等待接诊";
|
||||
$message_content_data['desc'] = $desc;
|
||||
$message_content_data['data']['message_path'] = "/Pages/yishi/wenzhen_v2/wenzhen";
|
||||
$message_content = [
|
||||
'Data' => json_encode($message_content_data, JSON_UNESCAPED_UNICODE),
|
||||
];
|
||||
|
||||
@@ -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分钟内未接诊,平台将自动取消问诊";
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user