{
"flag": true,
"code": 20000,
"message": "ok",
"data": {
"id": 30001,
"name": "示例商品",
"subTitle": "商品副标题",
"mainImage": "https://example.com/main.jpg",
"carouselImageList": [
"https://example.com/carousel1.jpg"
],
"detailImageList": [
"https://example.com/detail1.jpg"
],
"video": "https://example.com/video.mp4",
"status": 1,
"levelOneCategory": {
"id": 100,
"name": "家用电器",
"icon": "https://example.com/category.jpg",
"pid": 0,
"sort": 1,
"hotStatus": 0,
"createTime": "2026-08-01 09:00:00"
},
"levelTwoCategoryList": [
{
"id": 101,
"name": "生活电器",
"pid": 100,
"sort": 1,
"hotStatus": 1,
"createTime": "2026-08-01 09:00:00"
}
],
"brandId": 20001,
"brandName": "示例品牌",
"specItem": "[{\"name\":\"颜色\",\"values\":[\"白色\",\"黑色\"]}]",
"totalSales": 100,
"soldOutStatus": 0,
"soldOutTotal": 0,
"skus": [
{
"id": 40001,
"goodsId": 30001,
"skuCode": "SKU30001-WHITE",
"image": "https://example.com/sku-white.jpg",
"channelPrice": 89.9,
"channelProfitRate": 10,
"stock": 100,
"salesVolume": 50,
"msrp": 99.9,
"specValueJson": "{\"颜色\":\"白色\"}"
}
],
"plantGrassArticleList": [],
"expressTemplateId": 50001,
"expressTemplate": {
"templateId": 50001,
"templateName": "全国包邮模板",
"freightList": [],
"unreachableList": []
},
"createTime": "2026-08-01 09:00:00"
}
}