api的使用規范
發布時間:2017-10-27 09:52:53云轉碼最新版地址下載:http://www.ggplw.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
輸出內容如下: