Procházet zdrojové kódy

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

linzhuo před 8 roky
rodič
revize
804c55250e
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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,
                template_id: config.wechatConfig.template.consultTemplate,
                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: {
                    first: {value: consult.name + ",您好!\n您的健康咨询有新的回复", color: "#000000"}
                    , remark: {value: "", color: "#000000"}