@custouch/jssdk
    Preparing search index...

    Interface ActionCountParams

    GetActionCount参数

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

    Properties

    byOpenid: boolean

    是否根据openid进行聚合

    detail: { path: string }
    type: "OauthAction"
    uaid: string
    value: keyof ActionView