瀏覽代碼

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

linzhuo 8 年之前
父節點
當前提交
804c55250e
共有 1 個文件被更改,包括 1 次插入1 次删除
  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"}