@custouch/jssdk
    Preparing search index...

    Function getActionRecords

    • 获取行为记录

      Parameters

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

      Returns ListResponse<ActionBase[]>