Quellcode durchsuchen

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

linzhuo vor 8 Jahren
Ursprung
Commit
ef55000206
1 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
  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,