接口地址:https://www.myshengong.com/api/openapi.weiyun/getDownlink
返回格式:JSON
请求方式:POST
接口备注:只能解析视频格式
请求参数说明:
名称 | 类型 | 必填 | 默认值 | 说明 |
---|
apikey | string | 是 | 无 | 用户中心免费获取APIKEY |
share_link | string | 是 | 无 | 微云分享链接 |
share_pwd | string | 否 | 无 | 分享访问密码,如果有 |
返回参数说明:
名称 | 类型 | 说明 |
---|
code | int | 0=成功,1=失败 |
msg | string | 消息 |
data | object | 返回数据对象 |
data.download_url | string | http直链链接,有时效性,需要尽快使用 |
data.https_download_url | string | https直链链接,有时效性,需要尽快使用 |
返回示例:
{
"code": 1,
"msg": "解析成功",
"time": "1744031297",
"data": {
"download_url": "http://gzc-download.weiyun.com/ftn_handler/707f1c6766008c0445aed3d517b8e77a1497d1eca2934215fc5241ad965681e2/《记住乡愁》第九季 20230109 王金庄——太行梯田壮美如画.mp4?fname=《记住乡愁》第九季 20230109 王金庄——太行梯田壮美如画.mp4&from=30111&version=3.3.3.3",
"https_download_url": "https://gzc-download.weiyun.com/ftn_handler/707f1c6766008c0445aed3d517b8e77a1497d1eca2934215fc5241ad965681e2/《记住乡愁》第九季 20230109 王金庄——太行梯田壮美如画.mp4?fname=《记住乡愁》第九季 20230109 王金庄——太行梯田壮美如画.mp4&from=30111&version=3.3.3.3"
}
}