商品详情
GET
/api/v1/app/shop/goods/{objectId}
响应参数
参数名
类型
描述
必填
objectId
int
商品主键 示例:100007
必填
title
string
商品标题 示例:测试sku
必填
code
string
示例:3f0ad60a19b54301a581b2f07917f0cb
必填
price
int
商品价格 示例:1
必填
imgUrl
string
商品图片 示例:http://localhost:8087/api/v1/file/review?filePath=20236/30/18/cf3274cb-b631-4f72-bb98-4407550c9d9b.jpg
必填
details
string
商品详情 示例:<p>搞得烦</p>
必填
postCouponPrice
int
券后价 示例:10
必填
goldPrice
int
金币价格 示例:11
必填
couponPrice
int
优惠券抵扣金额 示例:10
必填
objectId
int
示例:100011
必填
goodsId
int
示例:100007
必填
price
int
示例:1
必填
postCouponPrice
int
示例:1
必填
goldPrice
int
示例:1
必填
couponPrice
int
示例:1
必填
detailJson
string
sku详情,为商品规格使用英文逗号拼接 示例:额1,黑色
必填
imgUrl
string
sku图片 示例:http://localhost:8087/api/v1/file/review?filePath=20236/30/20/966c6c66-5d60-40f9-a17c-cdc7b33bdf91.jpg
必填
fileUrlList
array<String>
商品轮播图或视频预览地址
必填
videoCoverImage
string
商品视频封面url
必填
resCode
string
示例:0000
必填
resMessage
string
示例:操作成功
必填
timestamp
string
示例:20230730212228725
必填