• 获取新l工单og

    Description

    通过最近的一条log.id拉取之后的log,相比于全量拉取可以节省开销,一般用于聊天列表

    Parameters

    • params: {
          logTypes: string[];
          nextLog: string;
          projectId: string;
          staffId: string;
          ticketNumber: string;
      }
      • logTypes: string[]
      • nextLog: string
      • projectId: string
      • staffId: string
      • ticketNumber: string

    Returns Promise<Logs>

    {Promise}

Generated using TypeDoc