|
@ -169,6 +169,9 @@ class WechatClient extends RedisModel {
|
|
|
}else {
|
|
|
isSendWXTem = false;
|
|
|
}
|
|
|
}else if (message.content_type==CONTENT_TYPES.Article){
|
|
|
var content = JSON.parse(message.content);
|
|
|
message.content = content.title;
|
|
|
}
|
|
|
|
|
|
if(isSendWXTem){
|
|
@ -1020,7 +1023,11 @@ class WechatClient extends RedisModel {
|
|
|
url = "https://hlwyy.xmzsh.com/ims-wx/index.html#/chatRoom?type=1&consultCode="+topic.id;
|
|
|
}else if("xm_xzzx_wx" == config.imClientType.id){
|
|
|
url = "https://ih.xmheart.com/hlwyy/ims-wx/index.html#/chatRoom?type=1&consultCode="+topic.id;
|
|
|
}else{}
|
|
|
}else if("sd_tnzyy_wx" == config.imClientType.id){
|
|
|
url = "https://zyy.jkta.com.cn/ims-wx/index.html#/chatRoom?type=1&consultCode="+topic.id;
|
|
|
}else{
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|