@custouch/jssdk
    Preparing search index...

    Type Alias Logs<ContentDetail>

    Logs: {
        change: Partial<
            {
                from: string;
                fromDetail: Record<string, string>;
                to: string;
                toDetail: Record<string, string>;
            },
        >;
        content: { content: string; detail: ContentDetail; status: Status };
        createdAt: string;
        id: string;
        inNotice: boolean;
        operator: {
            accountUsername?: string;
            appid?: string;
            openid?: string;
            staffId?: string;
            type: "User" | "Staff" | "System" | "AccountUser";
        };
        status?: LogStatus;
        ticketNumber: string;
        type: LogType;
    }[]

    工单记录

    Type Parameters

    • ContentDetail = any

    Type declaration

    • change: Partial<
          {
              from: string;
              fromDetail: Record<string, string>;
              to: string;
              toDetail: Record<string, string>;
          },
      >

      变更的信息

    • content: { content: string; detail: ContentDetail; status: Status }

      聊天内容

    • createdAt: string
    • id: string
    • inNotice: boolean

      是否设有通知

    • operator: {
          accountUsername?: string;
          appid?: string;
          openid?: string;
          staffId?: string;
          type: "User" | "Staff" | "System" | "AccountUser";
      }

      改条日志记录的操作者

    • Optionalstatus?: LogStatus
    • ticketNumber: string
    • type: LogType

      日志类型

      聊天

      参数变更

      工单开启

      移交负责人

      工单关闭

      状态变更