|
@ -62,7 +62,10 @@ class WechatClient extends RedisModel {
|
|
|
message.content_type == CONTENT_TYPES.Image ||
|
|
|
message.content_type == CONTENT_TYPES.Audio||
|
|
|
message.content_type == CONTENT_TYPES.PrescriptionBloodStatus ||
|
|
|
message.content_type == CONTENT_TYPES.PrescriptionFollowupContent)) {
|
|
|
message.content_type == CONTENT_TYPES.PrescriptionFollowupContent ||
|
|
|
message.content_type == CONTENT_TYPES.ChangeDoorCardInfo ||
|
|
|
message.content_type == CONTENT_TYPES.ChangeDoorDoctor ||
|
|
|
message.content_type == CONTENT_TYPES.ChangeDoorPackageItems)) {
|
|
|
let patientClient = clientCache.findById(targetUserId);
|
|
|
let doctorClient = clientCache.findByIdAndType(message.sender_id,SOCKET_TYPES.DOCTOR);
|
|
|
let pc_doctorClient = clientCache.findByIdAndType("pc_"+message.sender_id,SOCKET_TYPES.PC_DOCTOR);
|
|
@ -412,7 +415,7 @@ class WechatClient extends RedisModel {
|
|
|
case 11:
|
|
|
consultTitle = "上门服务";
|
|
|
description = "上门服务咨询";
|
|
|
url = url + "wx/common/chat/html/common_chat.html";
|
|
|
url = url + "wx/html/appoint_service/html/appoint-serviceDetail.html";
|
|
|
default:
|
|
|
consultTitle = "健康";
|
|
|
description = topic.description;
|