| 参数名称 | 类型 | 是否必填 | 参数描述 | 备注 |
|---|---|---|---|---|
| api_key | String | 是 | 系统分配的ApiKey | |
| api_target | String | 是 | 调用接口名称 | com_cmall_familyhas_api_ApiGetProgramInfo |
| api_input | String | 是 | 输入参数 | 应用输入参数的JSON格式 |
| 参数名称 | 类型 | 必填 | 示例 | 参数描述 | 备注 |
|---|---|---|---|---|---|
| version | int | 否 | 版本号 | 仅用于扩展,无需传入 |
| 参数名称 | 类型 | 参数描述 | 备注 |
|---|---|---|---|
| shareProgram | ShareProgram | 分享 | |
| newrecommend | ProgramRelProduct[] | 同款推荐 | 最新两期商品LIST |
| resultCode | int | 返回标记 | 如果返回标记1则为API调用成功 否则则是错误编号 |
| oldPrograms | Program[] | 往期精彩 | |
| isMore | String | 是否有更多节目 | 1001:有更多节目;1000:没有更多的节目 |
| program | Program | 最新节目 | |
| categoryDes | String | 栏目介绍 | |
| resultMessage | String | 返回消息 | 返回的消息描述 |
| allProducts | ProgramRelProduct[] | 所有商品 |
| 参数名称 | 类型 | 参数描述 | 备注 |
|---|---|---|---|
| share_content | String | 分享内容 | |
| share_link | String | 分享连接 | |
| share_img_url | String | 分享图片 | |
| share_title | String | 分享标题 |
| 参数名称 | 类型 | 参数描述 | 备注 |
|---|---|---|---|
| on_time | String | 播放时长 | |
| count | String | 期数 | 格式为第XX集,例如:第三十九集 |
| link | String | 链接 | |
| vedio_img | String | 视频图片 | |
| title | String | 节目标题 | |
| play_time | String | 播放日期 | 格式为yyyymmdd,例如:20150401 |
| 参数名称 | 类型 | 参数描述 | 备注 |
|---|---|---|---|
| product_code | String | 商品编号 | |
| product_name | String | 商品名称 | |
| status | String | 是否最新期 | 1001:是 ; 1000:否 |
| product_img | String | 商品图片 |