@custouch/jssdk
    Preparing search index...

    Interface Access

    权限需要用到的字段

    Access

    interface Access {
        AccessResponse: {
            actions?: Record<string, any>;
            code?: AccessCode;
            detail?: Record<string, any>;
            mpQrCode?: string;
            redirect?: string;
        };
        Limit: {
            detail: {
                baseTarget?: "phone"
                | "mailbox";
                notWechatLimit: "base" | "userinfo" | "nothing" | "validateForm";
                wechatLimit: "base" | "userinfo" | "nothing" | "validateForm";
            };
        };
        LimitConfig: "base"
        | "userinfo"
        | "nothing"
        | "validateForm";
        LimitDetail: {
            baseTarget?: "phone" | "mailbox";
            notWechatLimit: "base" | "userinfo" | "nothing" | "validateForm";
            wechatLimit: "base" | "userinfo" | "nothing" | "validateForm";
        };
    }
    Index

    Properties

    AccessResponse: {
        actions?: Record<string, any>;
        code?: AccessCode;
        detail?: Record<string, any>;
        mpQrCode?: string;
        redirect?: string;
    }
    Limit: {
        detail: {
            baseTarget?: "phone" | "mailbox";
            notWechatLimit: "base" | "userinfo" | "nothing" | "validateForm";
            wechatLimit: "base" | "userinfo" | "nothing" | "validateForm";
        };
    }
    LimitConfig: "base" | "userinfo" | "nothing" | "validateForm"
    LimitDetail: {
        baseTarget?: "phone" | "mailbox";
        notWechatLimit: "base" | "userinfo" | "nothing" | "validateForm";
        wechatLimit: "base" | "userinfo" | "nothing" | "validateForm";
    }