GetActionCount参数

interface ActionCountParams {
    byOpenid: boolean;
    detail: {
        path: string;
    };
    type: "OauthAction";
    uaid: string;
    value: keyof ActionView;
}

属性

byOpenid: boolean

是否根据openid进行聚合

detail: {
    path: string;
}
type
uaid: string
value: keyof ActionView