@custouch/jssdk
    Preparing search index...

    Function GetNewLogNumber

    • 工单聊天的新回复数量

      Parameters

      • params: { logTypes: LogType[]; nextLogs: Record<string, string>; projectId: string }

      Returns Promise<Record<string, string>>

      根据log.id查询之后有几条记录,一般用于列表的未读数

      nextLogId的存储,离开工单后将本地的nextLogid更新为最新的logid,在列表处通过记录的id查询未读log数量,