|
@ -78,8 +78,10 @@ class WechatClient extends RedisModel {
|
|
message.content_type == CONTENT_TYPES.PrescriptionSuggest ||
|
|
message.content_type == CONTENT_TYPES.PrescriptionSuggest ||
|
|
message.content_type == CONTENT_TYPES.ConsultSuggest ||
|
|
message.content_type == CONTENT_TYPES.ConsultSuggest ||
|
|
message.content_type == CONTENT_TYPES.PayMessage||
|
|
message.content_type == CONTENT_TYPES.PayMessage||
|
|
message.content_type== CONTENT_TYPES.Article||
|
|
|
|
message.content_type==CONTENT_TYPES.surveyMessage
|
|
|
|
|
|
message.content_type== CONTENT_TYPES.Article||
|
|
|
|
message.content_type==CONTENT_TYPES.surveyMessage||
|
|
|
|
message.content_type==CONTENT_TYPES.PersonalCard||
|
|
|
|
message.content_type==CONTENT_TYPES.Video
|
|
)) {
|
|
)) {
|
|
let patientClient = clientCache.findById(targetUserId);
|
|
let patientClient = clientCache.findById(targetUserId);
|
|
let pc_patientClient = clientCache.findById("pcpatient_"+targetUserId);
|
|
let pc_patientClient = clientCache.findById("pcpatient_"+targetUserId);
|
|
@ -1011,11 +1013,11 @@ class WechatClient extends RedisModel {
|
|
consultTitle = "咨询回复提醒";
|
|
consultTitle = "咨询回复提醒";
|
|
description = topic.description;
|
|
description = topic.description;
|
|
if("xmijk" == config.imClientType.id){
|
|
if("xmijk" == config.imClientType.id){
|
|
url = "http://zb.xmtyw.cn/ims-wx/index.html#/chatRoom?type=1&consultCode="+topic.id;
|
|
|
|
|
|
url = "https://zb.xmtyw.cn/ims-wx/index.html#/chatRoom?type=1&consultCode="+topic.id;
|
|
}else if("zsyy" == config.imClientType.id){
|
|
}else if("zsyy" == config.imClientType.id){
|
|
url = "https://hlwyy.xmzsh.com/ims-wx/index.html#/chatRoom?type=1&consultCode="+topic.id;
|
|
url = "https://hlwyy.xmzsh.com/ims-wx/index.html#/chatRoom?type=1&consultCode="+topic.id;
|
|
}else if("xm_xzzx_wx" == config.imClientType.id){
|
|
}else if("xm_xzzx_wx" == config.imClientType.id){
|
|
url = "http://ih.xmheart.com/hlwyy/ims-wx/index.html#/chatRoom?type=1&consultCode="+topic.id;
|
|
|
|
|
|
url = "https://ih.xmheart.com/hlwyy/ims-wx/index.html#/chatRoom?type=1&consultCode="+topic.id;
|
|
}else{}
|
|
}else{}
|
|
|
|
|
|
}
|
|
}
|