Bläddra i källkod

发起和结束咨询的消息由系统发出,发送者ID记录操作人!

8 år sedan
förälder
incheckning
1835c92a72
1 ändrade filer med 1 tillägg och 0 borttagningar
  1. 1 0
      src/server/include/commons.js

+ 1 - 0
src/server/include/commons.js

@ -81,6 +81,7 @@ const CONTENT_TYPES = {
    TopicBegin: 6,  // 议题开始
    TopicBegin: 6,  // 议题开始
    TopicEnd: 7,    // 议题结束 10 11 系统发送的会话消息
    TopicEnd: 7,    // 议题结束 10 11 系统发送的会话消息
    Video:12,//视频
    Video:12,//视频
    System:13,//系统消息
    typeToDescription: function (type, defaultDescription) {
    typeToDescription: function (type, defaultDescription) {
        if (CONTENT_TYPES.Image == type) {
        if (CONTENT_TYPES.Image == type) {
            return '[图片]';
            return '[图片]';