Bläddra i källkod

Merge branch 'feature-1.2.6' of lyr/im.doctor into feature-1.2.6

linzhuo 8 år sedan
förälder
incheckning
804c55250e
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      src/doctor/models/patient.js

+ 1 - 1
src/doctor/models/patient.js

@ -171,7 +171,7 @@ class Patient extends BaseModel {
                touser: openid,
                touser: openid,
                template_id: config.wechatConfig.template.consultTemplate,
                template_id: config.wechatConfig.template.consultTemplate,
                url: config.wechatConfig.baseUrl + "/wx/html/yszx/html/consulting-doctor.html?openid=" + openid +
                url: config.wechatConfig.baseUrl + "/wx/html/yszx/html/consulting-doctor.html?openid=" + openid +
                "&consult=" + consult.consult + "&toUser=" + message.to,
                "&consult=" + consult.consult + "&toUser=" + message.to + "&toName=" + consult.name,
                data: {
                data: {
                    first: {value: consult.name + ",您好!\n您的健康咨询有新的回复", color: "#000000"}
                    first: {value: consult.name + ",您好!\n您的健康咨询有新的回复", color: "#000000"}
                    , remark: {value: "", color: "#000000"}
                    , remark: {value: "", color: "#000000"}