# 获取短音频状态接口

# 接口描述

用于查询短音频的切割进度。

# 调用接口

请求地址:/TRACKSHORT/getResourceStatus.json
请求方法:POST

# 输入参数

参数名 参数类型 是否必传 说明
resourceId numeric 必传 短音频资源 id
TSID string 必传 歌曲唯一标识码,多个用,分隔

# 返回结果

{
    "state": true,
    "errcode": "",
    "errmsg": "",
    "data": {
        "trackId": "9633883",
        "TSID": "T10033598028",
        "resourceId": "450",
        "start_offset": "1",
        "duration": "29",
        "status": "3",
        "statusDesc": "转码成功",
        "allRate": ["320"]
    }
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Last Updated: 12/25/2020, 2:41:19 PM