Amagi API 文档 - v5.13.0
    正在准备搜索索引...

    接口 BilibiliValidateCaptchaOptions

    B站验证码验证请求参数

    interface BilibiliValidateCaptchaOptions {
        csrf?: string;
        challenge: string;
        token: string;
        validate: string;
        seccode: string;
        typeMode?: TypeMode;
    }

    层级 (查看层级一览)

    索引

    属性

    csrf?: string

    CSRF Token,从 Cookie 中的 bili_jct 获取

    challenge: string

    极验 challenge

    token: string

    极验 token

    validate: string

    极验 validate

    seccode: string

    极验 seccode

    typeMode?: TypeMode

    类型精度模式: 'strict' 返回严格类型