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

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