MP4转MP3

GET
https://open.lgai.cc/api/mp4tomp3

接口描述

MP4转MP3

请求参数

请求示例

var axios = require('axios')

var config = {
  method: 'get',
  url: ''
}

axios(config)
  .then(function (response) {
    console.log(JSON.stringify(response.data))
  })
  .catch(function (error) {
    console.log(error)
  })

返回示例

{
    "code": 200,
    "msg": "数据请求成功",
    "data": "https://cdn.xxhzm.cn/v2api/cache/tmp/eccff0986cfb04e146db63e6d108b35e88fb1dff.mp3",
    "request_id": "6ed78b93988a3305ab75649f"
}