Przeglądaj źródła

Merge branch 'im-internet-hospital-oracle' of huangwenjie/im.doctor into im-internet-hospital-oracle

huangwenjie 5 lat temu
rodzic
commit
7ca2325a7f

+ 4 - 2
src/server/models/client/wechat.client.js

@ -967,9 +967,11 @@ class WechatClient extends RedisModel {
                            consultTitle = "咨询回复提醒";
                            description  = topic.description;
                            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){
                                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{}
                    }

+ 4 - 4
src/server/resources/config/config.prod.js

@ -66,10 +66,10 @@ let wechatConfig = {
//  第三方微信(模版消息/个推消息)接口配置
//中山医院
let thirdApiMessageConfig = {
    host: '172.16.1.42',
    port: 10023,
    model:"/mqsdk",
    enpoint :"/ehospitalNotice"
    host: '127.0.0.1',
    port: 10022,
    model:"/ykyy",
    enpoint :"/sendWxTemple"
};
//企业微信模版消息