李经理:15682290831

通用服务端
视频编辑SDK
K歌SDK

功能说明

OPENAPI特供—拉取全量授权歌曲

请求方法

POST

Header

以下请求参数列表仅列出了部分公共参数,完整公共参数列表见 公共参数列表

请求参数

只支持 Content-Type:application/x-www-form-urlencoded 协议格式。所有接口不能使用 json 格式调用,参考具体业务接口文档说明。

请求示例

                HFAuthorizeMusicRequest request = new HFAuthorizeMusicRequest();
request.setMethod(HFRequest.METHOD_POST);
request.setClientId(这里随便填个clientId);;
request.setPageSize(20);
request.setTimestamp(System.currentTimeMillis());
HFAuthorizeMusicResponse response = client.execute(request);
              

响应数据

        curl -G https://gateway-open.haifanwu.com -H 'Authorization:HF3-HMAC-SHA1 Signature=12436239C9223CB9B91A1B4B0CF23E40' -H 'X-HF-ClientId:hf2y7jk19a56qetq05' -H 'X-HF-Token:cc24749900a70c83222654b48cc57a2a' -H 'X-HF-AppId:170ae316b9b14c1b9c185988771bde16' -H 'X-HF-Action:AuthorizeMusic' -H 'X-HF-Timestamp:1595820745533' -H 'X-HF-Version:V4.0.1' -H 'X-HF-Nonce:PuskjhBdBgGxHDWWHWIIxJGWLWTxaXWu'
-X GET -d 'Page=1&PageSize=20' 
  {
    "code": 10200,
    "msg": "操作成功",
    "data": {
      "record": [{
        "musicId": "QDD7693CE9387",
        "upc": "",
        "isrc": "",
        "iswc": "",
        "jasrac": "",
        "musicName": "Las Golondrinas",
        "albumId": "",
        "albumName": "Mariachi 2",
        "artist": [],
        "author": [],
        "composer": [{
          "name": "杰西",
          "code": "1D652A73C86",
          "avatar": "https://static-hifivemusic-open.haifanwu.com/default.png?sign=928ea3fd11c5b122",
        }],
        "arranger": [],
        "maker": [],
        "mastery": [{
          "name": "杰西",
          "code": "1D652A73C86",
          "avatar": "https://static-hifivemusic-open.haifanwu.com/default.png?sign=928ea3fd11c5b122",
        }],
        "duration": 167,
        "auditionBegin": 116,
        "auditionEnd": 160,
        "bpm": 172,
        "tag": [{
          "pid": 0,
          "id": 10941,
          "name": "Genre",
          "icon": "",
        }],
        "versionName": "主版本",
        "majorVersion": "QDD7693CE9387",
        "intro": "Midtempo Medium Ensemble Ballad / Bolero Waltz: Longing, Yearning"
        "coverUrl": "https://static-hifivemusic-open.haifanwu.com/artwork/240*240/COPYRIGHT/QDD7693",
        "lyric": [{
          "dynamicUrl": "",
          "staticUrl": ""
        }],
        "fileUrl": "https://static-hifivemusic-open.haifanwu.com/trial30/COPYRIGHT/QDD76",
        "mvUrl": "",
        "masteryShare":100,
        "composerShare":100,
        "artistShare":100,
        "level":["MUSIC_EFFECT"],
        "authorShare":100,
        "authTime": "2022-01-14 19:20:00",
        "authArea": ["AREA_MAINLAND","AREA_EARTH"],
        "subVersion": [{
          "type":"15",
          "fileUrl":""
        }]
      }],
      "meta": {
        "totalCount": 1,
        "currentPage": 1
      }
    },
    "taskId": "ce1d9a1a45fa4a84b72e83639e488ff7"
  }

      
  • 功能说明
  • 请求方法
  • Header
  • 请求参数
  • 请求示例
  • 响应数据