跳到主要内容

分类列表

服务地址

http://api-az-cn.danghongyun.com/rest

请求方法

GET

请求参数

参数说明类型是否必须
accessKey访问接口的accessKeyString必选
actionAPI名称,此接口为 "liveChannelTypeList"String必选
versionAPI版本,目前必须为 2.0String必选
signature签名,请参考签名规则String必选
timestampAPI调用时间戳,1970年1月1日以来的毫秒数,如1466488681033String必选
id分类IDString可选
name分类名称String可选

响应示例

{
"code":0,
"message":"operation success",
"result":
[
{
"id":"7a890dd49c0349f696a58d724cde03a6",
"name":"wjhTestLiveType2222",
"userId":229,
"createTime":1499935511000,
"updateTime":1499950525000
},
{
"id":"d05e1cc30e754c5a940c721eb9df0acf",
"name":"type of test dcz",
"userId":229,
"createTime":1503452451000,
"updateTime":null
},
{
"id":"58e8ccdb291b4cb5a6a3ffc38871eab7",
"name":"the type of live stream 1",
"userId":229,
"createTime":1520930804000,
"updateTime":1520931684000
}
],
"success":true
}

响应字段说明

字段说明
id分类ID
name分类名称
userId用户ID
createTime创建时间
updateTime更新时间