Sfoglia il codice sorgente

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

linzhuo 8 anni fa
parent
commit
ef55000206
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  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:
                case CONTENT_TYPES.Audio:
                    replyContent = "[语音]";
                    replyContent = "[语音]";
                    break;
                    break;
                case 0:
                case CONTENT_TYPES.Article:
                case CONTENT_TYPES.Article:
                    replyContent = "[文章]";
                    break;
                case CONTENT_TYPES.GoTo:
                case CONTENT_TYPES.GoTo:
                case CONTENT_TYPES.SessionBegin:
                case CONTENT_TYPES.SessionBegin:
                case CONTENT_TYPES.SessionEnd:
                case CONTENT_TYPES.SessionEnd:
@ -163,6 +162,7 @@ class Patient extends BaseModel {
                    break;
                    break;
            }
            }
            // 模板消息数据
            // 模板消息数据
            var msg = {
            var msg = {
                touser: openid,
                touser: openid,