公开  
参数名称 类型 是否必填 参数描述 备注
api_key String 系统分配的ApiKey
api_target String 调用接口名称 com_cmall_newscenter_beauty_api_TryOutGoodInfoApi
api_input String 输入参数 应用输入参数的JSON格式
参数名称 类型 必填 示例 参数描述 备注
end_time String 试用商品结束时间
width String 屏幕宽度
sku_code String 商品sku_code
version int 版本号 仅用于扩展,无需传入
参数名称 类型 参数描述 备注
comment_count String 商品评论数
oldPrice String 商品原价
linkUrl String url
newPrice String 商品现价
labels String[] 商品标签
stock_num String 商品月销量
resultMessage String 返回消息 返回的消息描述
infophotos PicInfo[] 产品详情图片list
photos PicInfo[] 商品图片
product_code String 商品编码
name String 产品名称
resultCode int 返回标记 如果返回标记1则为API调用成功 否则则是错误编号
rebate String 商品折扣
sku_code String sku编码
PicInfo
参数名称 类型 参数描述 备注
picNewUrl String 现图片地址
height Integer 图片高度
width Integer 图片宽度
picOldUrl String 原图片地址
oldWidth Integer 原图片宽度
originWidth int 数据库中图片宽度
oldHeight Integer 原图片高度
originHeight int 数据库中图片高度

String
参数名称 类型 参数描述 备注