源码说明
这是一款用纯前端写的短剧搜索系统,对接短剧影视API,用户只需要像微信聊天一样发送关键词,即可搜索相关短剧,喜欢的朋友可以试试,支持显示资源总数、今日更新参数,可参考下图!
安装使用
1、修改“axios-CgcJMcsh.js”中的API接口“https://api.djcat.sbs”(一般也不用替换)
2、无需数据库,上传即可使用
3、接口文档说明《查看短剧API接口文档》
4、返回参数参考:
{
"code": 0,
"data": {
"rows": [
{
"createAt": 1710135861,
"id": 1,
"link": "https://pan.quark.cn/s/8f418807aa1c",
"name": "230-腹黑总裁的惹火娇妻(79集)",
"updateAt": 1710406046
},
{
"createAt": 1710135861,
"id": 17,
"link": "https://pan.quark.cn/s/13a6cd08e97e",
"name": "16(1).我的绝色总裁老婆(97集)",
"updateAt": 1710135861
},
{
"createAt": 1710135861,
"id": 21,
"link": "https://pan.quark.cn/s/9186849b3e0c",
"name": "12(1).下山后,美女总裁爱上我(71集)",
"updateAt": 1710135861
},
{
"createAt": 1710135861,
"id": 28,
"link": "https://pan.quark.cn/s/99ff08ba3f5b",
"name": "5(1).总裁,秘书她逃跑了(60集)",
"updateAt": 1710135861
},
{
"createAt": 1710135861,
"id": 41,
"link": "https://pan.quark.cn/s/9d2a6b2b7f2d",
"name": "15(1).美女总裁的战帝保镖(111集)",
"updateAt": 1710135861
},
{
"createAt": 1710135861,
"id": 46,
"link": "https://pan.quark.cn/s/5deaa07776d8",
"name": "11(1).被渣后我成了总裁的心尖宠(75集)",
"updateAt": 1710135861
},
{
"createAt": 1710135861,
"id": 99,
"link": "https://pan.quark.cn/s/7a1639e8df61",
"name": "23(1).闪婚独宠总裁老公太难缠 -合成版",
"updateAt": 1710135861
},
{
"createAt": 1710135861,
"id": 121,
"link": "https://pan.quark.cn/s/d1bc8343c8ea",
"name": "6(1).总裁爹地人设崩了(82集)",
"updateAt": 1710135861
},
{
"createAt": 1710135861,
"id": 262,
"link": "https://pan.quark.cn/s/c302e5ae99b0",
"name": "月入三千娶总裁(82集)(1)",
"updateAt": 1710135861
},
{
"createAt": 1710135861,
"id": 286,
"link": "https://pan.quark.cn/s/c8b506c61760",
"name": "5(1).亿万萌宝总裁求名分(100集)",
"updateAt": 1710135861
}
],
"total": 480
},
"message": "Success"
}
© 版权声明
文章版权归作者所有,未经允许请勿转载。
THE END