|
@ -967,9 +967,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 = "http://zb.xmtyw.cn/ims-wx/index.html#/chatRoom?type="+topic.type+"&consultCode="+topic.id;
|
|
}else if("zsyy" == config.imClientType.id){
|
|
}else if("zsyy" == config.imClientType.id){
|
|
url = "http://hlwyy.xmzsh.com/ims-wx/index.html#/chatRoom?type=1&consultCode="+topic.id;
|
|
|
|
|
|
url = "http://hlwyy.xmzsh.com/ims-wx/index.html#/chatRoom?type="+topic.type+"&consultCode="+topic.id;
|
|
|
|
}else if("xm_ykyy_wx" == config.imClientType.id){
|
|
|
|
url = "http://intel.yanketong.com/ims-wx/index.html#/chatRoom?type="+topic.type+"&consultCode="+topic.id;
|
|
}else{}
|
|
}else{}
|
|
|
|
|
|
}
|
|
}
|