公开  
参数名称 类型 是否必填 参数描述 备注
api_key String 系统分配的ApiKey
api_target String 调用接口名称 com_cmall_newscenter_young_api_VideoListApi
api_input String 输入参数 应用输入参数的JSON格式
参数名称 类型 必填 示例 参数描述 备注
picWidth Integer 图片宽度
recreation_type String 频道编号
paging PageOption 翻页选项
version int 版本号 仅用于扩展,无需传入
参数名称 类型 参数描述 备注
channel_name String 频道名称
paged PageResults 翻页结果
resultCode int 返回标记 如果返回标记1则为API调用成功 否则则是错误编号
resultMessage String 返回消息 返回的消息描述
videoList VideoList[] 视频列表
VideoList
参数名称 类型 参数描述 备注
recreation_updatetime String 更新日期
playing_time String 播放时长
recreation_name String 视频名称
recreation_updatesum int 更新集数
recreation_url String 链接地址
picInfos PicAllInfo[] 图片
recreation_watch String 是否可看

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

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

PageResults
参数名称 类型 参数描述 备注
total int 总数量
more int 是否还有更多
count int 返回数量

PageOption
参数名称 类型 参数描述 备注
limit int 每页条数 每页10条

[校验规则]:
minlength=1
offset int 起码页号 起始页码

[校验规则]:
regex=^\d+$