api的使用规范

发布时间:2017-10-27 09:52:53
云转码最新版地址下载:http://www.yunzhuanma.com/anzhuang/2019-10-20/192.html
参数名称
key:
云转码后台api密钥   (必带参数)
start:
时间戳,1970年以来经过的毫秒数,不限时间查询可写0  
id:
视频的分享id或通过api得到的id
category:
视频的虚拟分类名称
 
使用方法
以下的localhost可用服务器ip或解析到服务器的域名代替,2000为系统端口,根据实际情况修改。
查询全部文件:http://localhost:2000/api/gettask?key=xxxxxxxx
查询指定id内容:http://localhost:2000/api/gettask?key=xxxxxxx&id=xxxx
查询指定分类:http://localhost:2000/api/gettask?key=xxxxxxxx&category=xxx
删除全部文件:http://localhost:2000/api/removeAll?key=xxxxxxx
删除指定id文件:http://localhost:2000/api/removetask?id=xxxx&key=xxxxxx
删除指定分类:http://localhost:2000/api/removetask?key=xxxxxxxx&category=xxx
 
输出内容如下:
QQ图片20171027101624.png