短剧搜索【夸克网盘】

GET
https://api.mymzf.com/api/kewpdj

接口描述

检索全网的影视,短剧资源,为夸克网盘形式下发

请求参数

请求示例

var axios = require('axios')

var config = {
  method: 'get',
  url: 'https://api.mymzf.com/api/kewpdj?act=search&name=修仙逆袭记'
}

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

返回示例

{"code":"0","count":"1","data":[{"id":"8689","name":"\u4fee\u4ed9\u9006\u88ad\u8bb0","number":"9185","addtime":"2024-06-04 09:14:44","url":"https:\/\/pan.quark.cn\/s\/1be8804e62d6","episodes":"79"}]}



心悦后台接口配置
接口地址
https://wzapi.com/api/kewpdj
接口参数
{
    "name": "{keyword}"
}
字段映射
{
    "list_path": "data",
    "fields": {
        "title": "name",
        "url": "url"
    }
}