Browse Source

咨询回复未在线发送微信模板消息

lyr 8 năm trước cách đây
mục cha
commit
154a2a8573
1 tập tin đã thay đổi với 0 bổ sung5 xóa
  1. 0 5
      src/doctor/models/patient.js

+ 0 - 5
src/doctor/models/patient.js

@ -146,14 +146,9 @@ class Patient extends BaseModel {
                    replyContent = "[文章]";
                    replyContent = "[文章]";
                    break;
                    break;
                case CONTENT_TYPES.GoTo:
                case CONTENT_TYPES.GoTo:
                    return;
                    break;
                case CONTENT_TYPES.SessionBegin:
                case CONTENT_TYPES.SessionBegin:
                    return;
                    break;
                case CONTENT_TYPES.SessionEnd:
                case CONTENT_TYPES.SessionEnd:
                    return;
                    return;
                    break;
                default:
                default:
                    break;
                    break;
            }
            }