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

    函数 qtparam

    • 生成B站视频流请求参数

      参数

      • BASEURL: string

        基础请求URL

      • cookie: string

        用户Cookie

      返回 Promise<
          | { QUERY: string; STATUS: string; isvip?: undefined }
          | { QUERY: string; STATUS: string; isvip: true }
          | { QUERY: string; STATUS: string; isvip: false },
      >

      包含查询参数、登录状态和VIP状态的对象