浏览代码

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

linzhuo 8 年之前
父节点
当前提交
ef55000206
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/doctor/models/patient.js

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

@ -152,9 +152,8 @@ class Patient extends BaseModel {
                case CONTENT_TYPES.Audio:
                    replyContent = "[语音]";
                    break;
                case 0:
                case CONTENT_TYPES.Article:
                    replyContent = "[文章]";
                    break;
                case CONTENT_TYPES.GoTo:
                case CONTENT_TYPES.SessionBegin:
                case CONTENT_TYPES.SessionEnd:
@ -163,6 +162,7 @@ class Patient extends BaseModel {
                    break;
            }
            // 模板消息数据
            var msg = {
                touser: openid,