Function getEventRecordsByKol

  • 以originopenId为主体查询行为事件,可按path过滤

    Type Parameters

    Parameters

    • params: {
          path?: string;
          type: T;
          uaId?: string;
      } & ListPagination

    Returns ListResponse<EventsRecords<T> & {
        headimg: string;
        nickname: string;
        openid: string;
    }>

Generated using TypeDoc