• 获取行为记录

    Parameters

    • __namedParameters: ListPagination & {
          desc?: boolean;
      } & {
          options: Partial<{
              desc: boolean;
              from: string;
              key: string;
              to: string;
              types: (keyof ActionRecordsType)[];
              uaId: string;
              value: "观看记录" | "资料下载" | "首次提醒" | "兑奖" | "签到";
          }>;
      }

    Returns ListResponse<ActionBase[], unknown>

Generated using TypeDoc