公开  
参数名称 类型 是否必填 参数描述 备注
api_key String 系统分配的ApiKey
api_target String 调用接口名称 com_cmall_newscenter_young_api_VideoListApi
api_input String 输入参数 应用输入参数的JSON格式
参数名称 类型 必填 示例 参数描述 备注
picWidth Integer 图片宽度
paging PageOption 翻页选项
recreation_type String 频道编号
version int 版本号 仅用于扩展,无需传入
参数名称 类型 参数描述 备注
channel_name String 频道名称
resultCode int 返回标记 如果返回标记1则为API调用成功 否则则是错误编号
paged PageResults 翻页结果
resultMessage String 返回消息 返回的消息描述
videoList VideoList[] 视频列表
PageResults
参数名称 类型 参数描述 备注
count int 返回数量
total int 总数量
more int 是否还有更多

PageOption
参数名称 类型 参数描述 备注
offset int 起码页号 起始页码

[校验规则]:
regex=^\d+$
limit int 每页条数 每页10条

[校验规则]:
minlength=1

PicInfos
参数名称 类型 参数描述 备注
width Integer 图片宽度
picUrl String 图片url
height Integer 图片高度

PicAllInfo
参数名称 类型 参数描述 备注
picInfo PicInfos 原图
bigPicInfo PicInfos 大图
smallPicInfo PicInfos 小图

VideoList
参数名称 类型 参数描述 备注
recreation_url String 链接地址
recreation_updatesum int 更新集数
picInfos PicAllInfo[] 图片
playing_time String 播放时长
recreation_watch String 是否可看
recreation_name String 视频名称
recreation_updatetime String 更新日期