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;
}[]

积分记录列表

Generated using TypeDoc