| 参数名称 | 类型 | 是否必填 | 参数描述 | 备注 |
|---|---|---|---|---|
| api_key | String | 是 | 系统分配的ApiKey | |
| api_target | String | 是 | 调用接口名称 | com_cmall_familyhas_api_ApiAlbumDetails |
| api_input | String | 是 | 输入参数 | 应用输入参数的JSON格式 |
| 参数名称 | 类型 | 必填 | 示例 | 参数描述 | 备注 |
|---|---|---|---|---|---|
| version | int | 否 | 版本号 | 仅用于扩展,无需传入 | |
| album_id | String | 否 | 相册编号 |
| 参数名称 | 类型 | 参数描述 | 备注 |
|---|---|---|---|
| max_up_imgs | int | 最大上传数量 | 最大上传数量 |
| share_title | String | 分享标题 | 分享标题 |
| resultCode | int | 返回标记 | 如果返回标记1则为API调用成功 否则则是错误编号 |
| template_title | String | 模板标题 | 模板标题 |
| template_id | int | 模板编号 | 模板编号 |
| share_img | String | 分享图片 | 分享图片 |
| user_template_imgs | UserTemplateImgsResult[] | 相册图片 | 相册图片 |
| resultMessage | String | 返回消息 | 返回的消息描述 |
| open_title | String | 开场标语 | 开场标语 |
| bmgId | int | 相册背景音乐 | 0:为默认模板音乐 |
| 参数名称 | 类型 | 参数描述 | 备注 |
|---|---|---|---|
| img_id | String | 图片编号 | 图片编号 |
| img_sort | int | 图片排序号 | 图片排序号 |
| img_preview_url | String | 缩略图 | 缩略图 |
| img_url | String | 用户上传主图 | 用户上传主图 |