@custouch/jssdk
    Preparing search index...

    Type Alias RecordList

    RecordList: {
        action: "Add" | "Reduce";
        createTime: string;
        eventCategory: string;
        eventId: string;
        eventKey: string;
        eventMore?: Partial<BaseActionData & { title: string }>;
        id: string;
        memberId: string;
        pointChange: string;
        remark: string;
        sourceType: PointRecodsType;
    }[]

    积分记录列表

    Type declaration

    • action: "Add" | "Reduce"

      加/减

    • createTime: string
    • eventCategory: string
    • eventId: string
    • eventKey: string
    • OptionaleventMore?: Partial<BaseActionData & { title: string }>
    • id: string
    • memberId: string
    • pointChange: string

      积分变更数

    • remark: string

      备注

    • sourceType: PointRecodsType

      来源