跳到主要内容

新建分类

服务地址

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

请求方法

POST

请求参数

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

响应示例

{
"code":0,
"message":"operation success",
"result":
{
"id":"c2c6dbe434fd4ea795ccafe789f47008",
"name":"live stream classification test 1",
"userId":943,
"createTime":null,
"updateTime":null
},
"success":true
}

响应字段说明

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